#2C0947

Color #2C0947 Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #2C0947

Tints of Blackcurrant #2C0947

Color information

#2C0947 (or 0x2C0947) is unknown color: approx Blackcurrant. HEX triplet: 2C, 09 and 47. RGB value is (44,9,71). Sum of RGB (Red+Green+Blue) = 44+9+71=124 (16% of max value = 765). Red value is 44 (17.58% from 255 or 35.48% from 124); Green value is 9 (3.91% from 255 or 7.26% from 124); Blue value is 71 (28.12% from 255 or 57.26% from 124); Max value from RGB is 71 - color contains mainly: blue. Hex color #2C0947 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C0947 is #D3F6B8. Grayscale: #1A1A1A. Windows color (decimal): -13891257 or 4655404. OLE color: 4655404.

HSL color Cylindrical-coordinate representation of color #2C0947: hue angle of 273.87º degrees, saturation: 0.77, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2C0947 is Cyan = 0.38, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB44971-
CMYK0.380.8700.72
HSL273.87º77.5%15.69%-
HSV(B)273.87º87.32%27.84%-
XYZ2.271.196.07-
YUV26.53153.1140.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 44 (17.58% from 255) = 35.48%
GREEN value IS 9 (3.91% from 255) = 7.26%
BLUE value IS 71 (28.12% from 255) = 57.26%
R=35.48%
G=7.26%
B=57.26%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal449710.380.8700.72273.8777.515.69
Hex2C94726570481124e10
Octal541110746127011042211620
Binary10110010011000111100110101011101001000100010010100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C0947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2C0947; }

 p { color: rgb(44,9,71); }

 H1.HeaderClassName
 {
   color: #2C0947;
 }
 .AnyTagClassName
 {
   color: #2C0947;
 }
</style>
background-color css

<style>
 a { background-color: #2C0947; }

 a { background-color: rgb(44,9,71); }

 div.DivClassName
 {
   background-color: #2C0947;
 }
 .BgClassName
 {
   background-color: #2C0947;
 }
</style>
border-color css

<style>
 span { border-color: #2C0947; }

 span { border-color: rgb(44,9,71); }

 td.TdClassName
 {
   border-color: #2C0947;
 }
 .TagClassName
 {
   border-color: #2C0947;
 }
</style>