#0D121D

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

Shades of Black Russian #0D121D

Tints of Black Russian #0D121D

Color information

#0D121D (or 0x0D121D) is unknown color: approx Black Russian. HEX triplet: 0D, 12 and 1D. RGB value is (13,18,29). Sum of RGB (Red+Green+Blue) = 13+18+29=60 (7% of max value = 765). Red value is 13 (5.47% from 255 or 21.67% from 60); Green value is 18 (7.42% from 255 or 30% from 60); Blue value is 29 (11.72% from 255 or 48.33% from 60); Max value from RGB is 29 - color contains mainly: blue. Hex color #0D121D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D121D is #F2EDE2. Grayscale: #111111. Windows color (decimal): -15920611 or 1905165. OLE color: 1905165.

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

Color convert

RGB131829-
CMYK0.550.3800.89
HSL221.25º38.1%8.24%-
HSV(B)221.25º55.17%11.37%-
XYZ0.60.611.25-
YUV17.76134.34124.61-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 21.67%
GREEN value IS 18 (7.42% from 255) = 30%
BLUE value IS 29 (11.72% from 255) = 48.33%
R=21.67%
G=30%
B=48.33%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1318290.550.3800.89221.2538.18.24
HexD121D3726059dd268
Octal152235674601313354610
Binary1101100101110111011110011001011001110111011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D121D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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