#0F1115

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

Shades of Black Russian #0F1115

Tints of Black Russian #0F1115

Color information

#0F1115 (or 0x0F1115) is unknown color: approx Black Russian. HEX triplet: 0F, 11 and 15. RGB value is (15,17,21). Sum of RGB (Red+Green+Blue) = 15+17+21=53 (7% of max value = 765). Red value is 15 (6.25% from 255 or 28.30% from 53); Green value is 17 (7.03% from 255 or 32.08% from 53); Blue value is 21 (8.59% from 255 or 39.62% from 53); Max value from RGB is 21 - color contains mainly: blue. Hex color #0F1115 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1115 is #F0EEEA. Grayscale: #101010. Windows color (decimal): -15789803 or 1380623. OLE color: 1380623.

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

Color convert

RGB151721-
CMYK0.290.1900.92
HSL220º16.67%7.06%-
HSV(B)220º28.57%8.24%-
XYZ0.530.560.79-
YUV16.86130.34126.67-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 28.30%
GREEN value IS 17 (7.03% from 255) = 32.08%
BLUE value IS 21 (8.59% from 255) = 39.62%
R=28.30%
G=32.08%
B=39.62%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1517210.290.1900.9222016.677.06
HexF11151D1305Cdc117
Octal17212535230134334217
Binary111110001101011110110011010111001101110010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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