#0C0011

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

Shades of Blackcurrant #0C0011

Tints of Blackcurrant #0C0011

Color information

#0C0011 (or 0x0C0011) is unknown color: approx Blackcurrant. HEX triplet: 0C, 00 and 11. RGB value is (12,0,17). Sum of RGB (Red+Green+Blue) = 12+0+17=29 (3% of max value = 765). Red value is 12 (5.08% from 255 or 41.38% from 29); Green value is 0 (0.39% from 255 or 0% from 29); Blue value is 17 (7.03% from 255 or 58.62% from 29); Max value from RGB is 17 - color contains mainly: blue. Hex color #0C0011 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0011 is #F3FFEE. Grayscale: #050505. Windows color (decimal): -15990767 or 1114124. OLE color: 1114124.

HSL color Cylindrical-coordinate representation of color #0C0011: hue angle of 282.35º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0C0011 is Cyan = 0.29, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB12017-
CMYK0.29100.93
HSL282.35º100%3.33%-
HSV(B)282.35º100%6.67%-
XYZ0.250.120.54-
YUV5.53134.48132.62-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 41.38%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 17 (7.03% from 255) = 58.62%
R=41.38%
G=0%
B=58.62%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal120170.29100.93282.351003.33
HexC0111D6405D11a643
Octal140213514401354321443
Binary110001000111101110010001011101100011010110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C0011; }

 p { color: rgb(12,0,17); }

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

<style>
 a { background-color: #0C0011; }

 a { background-color: rgb(12,0,17); }

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

<style>
 span { border-color: #0C0011; }

 span { border-color: rgb(12,0,17); }

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