#0C011C

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

Shades of Blackcurrant #0C011C

Tints of Blackcurrant #0C011C

Color information

#0C011C (or 0x0C011C) is unknown color: approx Blackcurrant. HEX triplet: 0C, 01 and 1C. RGB value is (12,1,28). Sum of RGB (Red+Green+Blue) = 12+1+28=41 (5% of max value = 765). Red value is 12 (5.08% from 255 or 29.27% from 41); Green value is 1 (0.78% from 255 or 2.44% from 41); Blue value is 28 (11.33% from 255 or 68.29% from 41); Max value from RGB is 28 - color contains mainly: blue. Hex color #0C011C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C011C is #F3FEE3. Grayscale: #070707. Windows color (decimal): -15990500 or 1835276. OLE color: 1835276.

HSL color Cylindrical-coordinate representation of color #0C011C: hue angle of 264.44º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0C011C is Cyan = 0.57, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB12128-
CMYK0.570.9600.89
HSL264.44º93.1%5.69%-
HSV(B)264.44º96.43%10.98%-
XYZ0.370.181.11-
YUV7.37139.64131.3-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 29.27%
GREEN value IS 1 (0.78% from 255) = 2.44%
BLUE value IS 28 (11.33% from 255) = 68.29%
R=29.27%
G=2.44%
B=68.29%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal121280.570.9600.89264.4493.15.69
HexC11C39600591085d6
Octal141347114001314101356
Binary11001111001110011100000010110011000010001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C011C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,1,28); }

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

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

 a { background-color: rgb(12,1,28); }

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

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

 span { border-color: rgb(12,1,28); }

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