#0D0F16

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

Shades of Black Russian #0D0F16

Tints of Black Russian #0D0F16

Color information

#0D0F16 (or 0x0D0F16) is unknown color: approx Black Russian. HEX triplet: 0D, 0F and 16. RGB value is (13,15,22). Sum of RGB (Red+Green+Blue) = 13+15+22=50 (6% of max value = 765). Red value is 13 (5.47% from 255 or 26% from 50); Green value is 15 (6.25% from 255 or 30% from 50); Blue value is 22 (8.98% from 255 or 44% from 50); Max value from RGB is 22 - color contains mainly: blue. Hex color #0D0F16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0F16 is #F2F0E9. Grayscale: #0F0F0F. Windows color (decimal): -15921386 or 1445645. OLE color: 1445645.

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

Color convert

RGB131522-
CMYK0.410.3200.91
HSL226.67º25.71%6.86%-
HSV(B)226.67º40.91%8.63%-
XYZ0.480.490.83-
YUV15.2131.84126.43-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 26%
GREEN value IS 15 (6.25% from 255) = 30%
BLUE value IS 22 (8.98% from 255) = 44%
R=26%
G=30%
B=44%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1315220.410.3200.91226.6725.716.86
HexDF16292005Be31a7
Octal15172651400133343327
Binary1101111110110101001100000010110111110001111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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