#2C0B49

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

Shades of Blackcurrant #2C0B49

Tints of Blackcurrant #2C0B49

Color information

#2C0B49 (or 0x2C0B49) is unknown color: approx Blackcurrant. HEX triplet: 2C, 0B and 49. RGB value is (44,11,73). Sum of RGB (Red+Green+Blue) = 44+11+73=128 (16% of max value = 765). Red value is 44 (17.58% from 255 or 34.38% from 128); Green value is 11 (4.69% from 255 or 8.59% from 128); Blue value is 73 (28.91% from 255 or 57.03% from 128); Max value from RGB is 73 - color contains mainly: blue. Hex color #2C0B49 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C0B49 is #D3F4B6. Grayscale: #1B1B1B. Windows color (decimal): -13890743 or 4786988. OLE color: 4786988.

HSL color Cylindrical-coordinate representation of color #2C0B49: hue angle of 271.94º degrees, saturation: 0.74, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2C0B49 is Cyan = 0.40, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB441173-
CMYK0.400.8500.71
HSL271.94º73.81%16.47%-
HSV(B)271.94º84.93%28.63%-
XYZ2.361.266.42-
YUV27.94153.43139.46-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 34.38%
GREEN value IS 11 (4.69% from 255) = 8.59%
BLUE value IS 73 (28.91% from 255) = 57.03%
R=34.38%
G=8.59%
B=57.03%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4411730.400.8500.71271.9473.8116.47
Hex2CB4928550471104a10
Octal541311150125010742011220
Binary10110010111001001101000101010101000111100010000100101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C0B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,11,73); }

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

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

 a { background-color: rgb(44,11,73); }

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

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

 span { border-color: rgb(44,11,73); }

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