#0C0F18

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

Shades of Black Russian #0C0F18

Tints of Black Russian #0C0F18

Color information

#0C0F18 (or 0x0C0F18) is unknown color: approx Black Russian. HEX triplet: 0C, 0F and 18. RGB value is (12,15,24). Sum of RGB (Red+Green+Blue) = 12+15+24=51 (6% of max value = 765). Red value is 12 (5.08% from 255 or 23.53% from 51); Green value is 15 (6.25% from 255 or 29.41% from 51); Blue value is 24 (9.77% from 255 or 47.06% from 51); Max value from RGB is 24 - color contains mainly: blue. Hex color #0C0F18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0F18 is #F3F0E7. Grayscale: #0F0F0F. Windows color (decimal): -15986920 or 1576716. OLE color: 1576716.

HSL color Cylindrical-coordinate representation of color #0C0F18: hue angle of 225º degrees, saturation: 0.33, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #0C0F18 is Cyan = 0.50, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB121524-
CMYK0.500.3700.91
HSL225º33.33%7.06%-
HSV(B)225º50%9.41%-
XYZ0.490.490.93-
YUV15.13133.01125.77-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 23.53%
GREEN value IS 15 (6.25% from 255) = 29.41%
BLUE value IS 24 (9.77% from 255) = 47.06%
R=23.53%
G=29.41%
B=47.06%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1215240.500.3700.9122533.337.06
HexCF18322505Be1217
Octal14173062450133341417
Binary11001111110001100101001010101101111100001100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,15,24); }

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

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

 a { background-color: rgb(12,15,24); }

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

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

 span { border-color: rgb(12,15,24); }

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