#0D0D16

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

Shades of Black Russian #0D0D16

Tints of Black Russian #0D0D16

Color information

#0D0D16 (or 0x0D0D16) is unknown color: approx Black Russian. HEX triplet: 0D, 0D and 16. RGB value is (13,13,22). Sum of RGB (Red+Green+Blue) = 13+13+22=48 (6% of max value = 765). Red value is 13 (5.47% from 255 or 27.08% from 48); Green value is 13 (5.47% from 255 or 27.08% from 48); Blue value is 22 (8.98% from 255 or 45.83% from 48); Max value from RGB is 22 - color contains mainly: blue. Hex color #0D0D16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0D16 is #F2F2E9. Grayscale: #0D0D0D. Windows color (decimal): -15921898 or 1445133. OLE color: 1445133.

HSL color Cylindrical-coordinate representation of color #0D0D16: hue angle of 240º degrees, saturation: 0.26, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #0D0D16 is Cyan = 0.41, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB131322-
CMYK0.410.4100.91
HSL240º25.71%6.86%-
HSV(B)240º40.91%8.63%-
XYZ0.450.430.82-
YUV14.03132.5127.27-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 27.08%
GREEN value IS 13 (5.47% from 255) = 27.08%
BLUE value IS 22 (8.98% from 255) = 45.83%
R=27.08%
G=27.08%
B=45.83%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1313220.410.4100.9124025.716.86
HexDD16292905Bf01a7
Octal15152651510133360327
Binary1101110110110101001101001010110111111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,13,22); }

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

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

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

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

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

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

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