#0D121C

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

Shades of Black Russian #0D121C

Tints of Black Russian #0D121C

Color information

#0D121C (or 0x0D121C) is unknown color: approx Black Russian. HEX triplet: 0D, 12 and 1C. RGB value is (13,18,28). Sum of RGB (Red+Green+Blue) = 13+18+28=59 (7% of max value = 765). Red value is 13 (5.47% from 255 or 22.03% from 59); Green value is 18 (7.42% from 255 or 30.51% from 59); Blue value is 28 (11.33% from 255 or 47.46% from 59); Max value from RGB is 28 - color contains mainly: blue. Hex color #0D121C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D121C is #F2EDE3. Grayscale: #111111. Windows color (decimal): -15920612 or 1839629. OLE color: 1839629.

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

Color convert

RGB131828-
CMYK0.540.3600.89
HSL220º36.59%8.04%-
HSV(B)220º53.57%10.98%-
XYZ0.590.61.18-
YUV17.64133.84124.69-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 22.03%
GREEN value IS 18 (7.42% from 255) = 30.51%
BLUE value IS 28 (11.33% from 255) = 47.46%
R=22.03%
G=30.51%
B=47.46%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1318280.540.3600.8922036.598.04
HexD121C3624059dc258
Octal152234664401313344510
Binary1101100101110011011010010001011001110111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D121C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,18,28); }

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

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

 a { background-color: rgb(13,18,28); }

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

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

 span { border-color: rgb(13,18,28); }

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