#0D0F15

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

Shades of Black Russian #0D0F15

Tints of Black Russian #0D0F15

Color information

#0D0F15 (or 0x0D0F15) is unknown color: approx Black Russian. HEX triplet: 0D, 0F and 15. RGB value is (13,15,21). Sum of RGB (Red+Green+Blue) = 13+15+21=49 (6% of max value = 765). Red value is 13 (5.47% from 255 or 26.53% from 49); Green value is 15 (6.25% from 255 or 30.61% from 49); Blue value is 21 (8.59% from 255 or 42.86% from 49); Max value from RGB is 21 - color contains mainly: blue. Hex color #0D0F15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0F15 is #F2F0EA. Grayscale: #0F0F0F. Windows color (decimal): -15921387 or 1380109. OLE color: 1380109.

HSL color Cylindrical-coordinate representation of color #0D0F15: hue angle of 225º degrees, saturation: 0.24, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #0D0F15 is Cyan = 0.38, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB131521-
CMYK0.380.2900.92
HSL225º23.53%6.67%-
HSV(B)225º38.1%8.24%-
XYZ0.470.480.78-
YUV15.09131.34126.51-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 26.53%
GREEN value IS 15 (6.25% from 255) = 30.61%
BLUE value IS 21 (8.59% from 255) = 42.86%
R=26.53%
G=30.61%
B=42.86%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1315210.380.2900.9222523.536.67
HexDF15261D05Ce1187
Octal15172546350134341307
Binary110111111010110011011101010111001110000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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