#0C0B1C

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

Shades of Black Russian #0C0B1C

Tints of Black Russian #0C0B1C

Color information

#0C0B1C (or 0x0C0B1C) is unknown color: approx Black Russian. HEX triplet: 0C, 0B and 1C. RGB value is (12,11,28). Sum of RGB (Red+Green+Blue) = 12+11+28=51 (6% of max value = 765). Red value is 12 (5.08% from 255 or 23.53% from 51); Green value is 11 (4.69% from 255 or 21.57% from 51); Blue value is 28 (11.33% from 255 or 54.90% from 51); Max value from RGB is 28 - color contains mainly: blue. Hex color #0C0B1C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C0B1C is #F3F4E3. Grayscale: #0D0D0D. Windows color (decimal): -15987940 or 1837836. OLE color: 1837836.

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

Color convert

RGB121128-
CMYK0.570.6100.89
HSL243.53º43.59%7.65%-
HSV(B)243.53º60.71%10.98%-
XYZ0.480.41.15-
YUV13.24136.33127.12-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 23.53%
GREEN value IS 11 (4.69% from 255) = 21.57%
BLUE value IS 28 (11.33% from 255) = 54.90%
R=23.53%
G=21.57%
B=54.90%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1211280.570.6100.89243.5343.597.65
HexCB1C393D059f42c8
Octal141334717501313645410
Binary110010111110011100111110101011001111101001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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