#0C0818

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

Shades of Black Russian #0C0818

Tints of Black Russian #0C0818

Color information

#0C0818 (or 0x0C0818) is unknown color: approx Black Russian. HEX triplet: 0C, 08 and 18. RGB value is (12,8,24). Sum of RGB (Red+Green+Blue) = 12+8+24=44 (5% of max value = 765). Red value is 12 (5.08% from 255 or 27.27% from 44); Green value is 8 (3.52% from 255 or 18.18% from 44); Blue value is 24 (9.77% from 255 or 54.55% from 44); Max value from RGB is 24 - color contains mainly: blue. Hex color #0C0818 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0818 is #F3F7E7. Grayscale: #0A0A0A. Windows color (decimal): -15988712 or 1574924. OLE color: 1574924.

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

Color convert

RGB12824-
CMYK0.500.6700.91
HSL255º50%6.27%-
HSV(B)255º66.67%9.41%-
XYZ0.40.320.9-
YUV11.02135.33128.7-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 27.27%
GREEN value IS 8 (3.52% from 255) = 18.18%
BLUE value IS 24 (9.77% from 255) = 54.55%
R=27.27%
G=18.18%
B=54.55%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal128240.500.6700.91255506.27
HexC818324305Bff326
Octal141030621030133377626
Binary110010001100011001010000110101101111111111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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