#0D091D

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

Shades of Black Russian #0D091D

Tints of Black Russian #0D091D

Color information

#0D091D (or 0x0D091D) is unknown color: approx Black Russian. HEX triplet: 0D, 09 and 1D. RGB value is (13,9,29). Sum of RGB (Red+Green+Blue) = 13+9+29=51 (6% of max value = 765). Red value is 13 (5.47% from 255 or 25.49% from 51); Green value is 9 (3.91% from 255 or 17.65% from 51); Blue value is 29 (11.72% from 255 or 56.86% from 51); Max value from RGB is 29 - color contains mainly: blue. Hex color #0D091D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D091D is #F2F6E2. Grayscale: #0C0C0C. Windows color (decimal): -15922915 or 1902861. OLE color: 1902861.

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

Color convert

RGB13929-
CMYK0.550.6900.89
HSL252º52.63%7.45%-
HSV(B)252º68.97%11.37%-
XYZ0.490.371.21-
YUV12.48137.33128.37-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 25.49%
GREEN value IS 9 (3.91% from 255) = 17.65%
BLUE value IS 29 (11.72% from 255) = 56.86%
R=25.49%
G=17.65%
B=56.86%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal139290.550.6900.8925252.637.45
HexD91D3745059fc357
Octal151135671050131374657
Binary110110011110111011110001010101100111111100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D091D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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