#0F1118

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

Shades of Black Russian #0F1118

Tints of Black Russian #0F1118

Color information

#0F1118 (or 0x0F1118) is unknown color: approx Black Russian. HEX triplet: 0F, 11 and 18. RGB value is (15,17,24). Sum of RGB (Red+Green+Blue) = 15+17+24=56 (7% of max value = 765). Red value is 15 (6.25% from 255 or 26.79% from 56); Green value is 17 (7.03% from 255 or 30.36% from 56); Blue value is 24 (9.77% from 255 or 42.86% from 56); Max value from RGB is 24 - color contains mainly: blue. Hex color #0F1118 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1118 is #F0EEE7. Grayscale: #111111. Windows color (decimal): -15789800 or 1577231. OLE color: 1577231.

HSL color Cylindrical-coordinate representation of color #0F1118: hue angle of 226.67º degrees, saturation: 0.23, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #0F1118 is Cyan = 0.37, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB151724-
CMYK0.370.2900.91
HSL226.67º23.08%7.65%-
HSV(B)226.67º37.5%9.41%-
XYZ0.560.570.94-
YUV17.2131.84126.43-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 26.79%
GREEN value IS 17 (7.03% from 255) = 30.36%
BLUE value IS 24 (9.77% from 255) = 42.86%
R=26.79%
G=30.36%
B=42.86%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1517240.370.2900.91226.6723.087.65
HexF1118251D05Be3178
Octal172130453501333432710
Binary11111000111000100101111010101101111100011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,17,24); }

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

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

 a { background-color: rgb(15,17,24); }

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

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

 span { border-color: rgb(15,17,24); }

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