#0F1117

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

Shades of Black Russian #0F1117

Tints of Black Russian #0F1117

Color information

#0F1117 (or 0x0F1117) is unknown color: approx Black Russian. HEX triplet: 0F, 11 and 17. RGB value is (15,17,23). Sum of RGB (Red+Green+Blue) = 15+17+23=55 (7% of max value = 765). Red value is 15 (6.25% from 255 or 27.27% from 55); Green value is 17 (7.03% from 255 or 30.91% from 55); Blue value is 23 (9.38% from 255 or 41.82% from 55); Max value from RGB is 23 - color contains mainly: blue. Hex color #0F1117 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1117 is #F0EEE8. Grayscale: #111111. Windows color (decimal): -15789801 or 1511695. OLE color: 1511695.

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

Color convert

RGB151723-
CMYK0.350.2600.91
HSL225º21.05%7.45%-
HSV(B)225º34.78%9.02%-
XYZ0.550.560.89-
YUV17.09131.34126.51-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 27.27%
GREEN value IS 17 (7.03% from 255) = 30.91%
BLUE value IS 23 (9.38% from 255) = 41.82%
R=27.27%
G=30.91%
B=41.82%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1517230.350.2600.9122521.057.45
HexF1117231A05Be1157
Octal17212743320133341257
Binary1111100011011110001111010010110111110000110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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