#0D0C18

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

Shades of Black Russian #0D0C18

Tints of Black Russian #0D0C18

Color information

#0D0C18 (or 0x0D0C18) is unknown color: approx Black Russian. HEX triplet: 0D, 0C and 18. RGB value is (13,12,24). Sum of RGB (Red+Green+Blue) = 13+12+24=49 (6% of max value = 765). Red value is 13 (5.47% from 255 or 26.53% from 49); Green value is 12 (5.08% from 255 or 24.49% from 49); Blue value is 24 (9.77% from 255 or 48.98% from 49); Max value from RGB is 24 - color contains mainly: blue. Hex color #0D0C18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0C18 is #F2F3E7. Grayscale: #0D0D0D. Windows color (decimal): -15922152 or 1575949. OLE color: 1575949.

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

Color convert

RGB131224-
CMYK0.460.5000.91
HSL245º33.33%7.06%-
HSV(B)245º50%9.41%-
XYZ0.460.410.92-
YUV13.67133.83127.52-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 26.53%
GREEN value IS 12 (5.08% from 255) = 24.49%
BLUE value IS 24 (9.77% from 255) = 48.98%
R=26.53%
G=24.49%
B=48.98%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1312240.460.5000.9124533.337.06
HexDC182E3205Bf5217
Octal15143056620133365417
Binary11011100110001011101100100101101111110101100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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