#0C0C18

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

Shades of Black Russian #0C0C18

Tints of Black Russian #0C0C18

Color information

#0C0C18 (or 0x0C0C18) is unknown color: approx Black Russian. HEX triplet: 0C, 0C and 18. RGB value is (12,12,24). Sum of RGB (Red+Green+Blue) = 12+12+24=48 (6% of max value = 765). Red value is 12 (5.08% from 255 or 25% from 48); Green value is 12 (5.08% from 255 or 25% from 48); Blue value is 24 (9.77% from 255 or 50% from 48); Max value from RGB is 24 - color contains mainly: blue. Hex color #0C0C18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0C18 is #F3F3E7. Grayscale: #0D0D0D. Windows color (decimal): -15987688 or 1575948. OLE color: 1575948.

HSL color Cylindrical-coordinate representation of color #0C0C18: hue angle of 240º 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 #0C0C18 is Cyan = 0.50, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB121224-
CMYK0.500.5000.91
HSL240º33.33%7.06%-
HSV(B)240º50%9.41%-
XYZ0.450.410.92-
YUV13.37134127.02-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 25%
GREEN value IS 12 (5.08% from 255) = 25%
BLUE value IS 24 (9.77% from 255) = 50%
R=25%
G=25%
B=50%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1212240.500.5000.9124033.337.06
HexCC18323205Bf0217
Octal14143062620133360417
Binary11001100110001100101100100101101111110000100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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