#0F1116

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

Shades of Black Russian #0F1116

Tints of Black Russian #0F1116

Color information

#0F1116 (or 0x0F1116) is unknown color: approx Black Russian. HEX triplet: 0F, 11 and 16. RGB value is (15,17,22). Sum of RGB (Red+Green+Blue) = 15+17+22=54 (7% of max value = 765). Red value is 15 (6.25% from 255 or 27.78% from 54); Green value is 17 (7.03% from 255 or 31.48% from 54); Blue value is 22 (8.98% from 255 or 40.74% from 54); Max value from RGB is 22 - color contains mainly: blue. Hex color #0F1116 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1116 is #F0EEE9. Grayscale: #101010. Windows color (decimal): -15789802 or 1446159. OLE color: 1446159.

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

Color convert

RGB151722-
CMYK0.320.2300.91
HSL222.86º18.92%7.25%-
HSV(B)222.86º31.82%8.63%-
XYZ0.540.560.84-
YUV16.97130.84126.59-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 27.78%
GREEN value IS 17 (7.03% from 255) = 31.48%
BLUE value IS 22 (8.98% from 255) = 40.74%
R=27.78%
G=31.48%
B=40.74%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1517220.320.2300.91222.8618.927.25
HexF1116201705Bdf137
Octal17212640270133337237
Binary1111100011011010000010111010110111101111110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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