#0F0D16

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

Shades of Black Russian #0F0D16

Tints of Black Russian #0F0D16

Color information

#0F0D16 (or 0x0F0D16) is unknown color: approx Black Russian. HEX triplet: 0F, 0D and 16. RGB value is (15,13,22). Sum of RGB (Red+Green+Blue) = 15+13+22=50 (6% of max value = 765). Red value is 15 (6.25% from 255 or 30% from 50); Green value is 13 (5.47% from 255 or 26% 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 #0F0D16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0D16 is #F0F2E9. Grayscale: #0E0E0E. Windows color (decimal): -15790826 or 1445135. OLE color: 1445135.

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

Color convert

RGB151322-
CMYK0.320.4100.91
HSL253.33º25.71%6.86%-
HSV(B)253.33º40.91%8.63%-
XYZ0.490.450.82-
YUV14.62132.16128.27-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1513220.320.4100.91253.3325.716.86
HexFD16202905Bfd1a7
Octal17152640510133375327
Binary1111110110110100000101001010110111111110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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