#0F111D

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

Shades of Black Russian #0F111D

Tints of Black Russian #0F111D

Color information

#0F111D (or 0x0F111D) is unknown color: approx Black Russian. HEX triplet: 0F, 11 and 1D. RGB value is (15,17,29). Sum of RGB (Red+Green+Blue) = 15+17+29=61 (8% of max value = 765). Red value is 15 (6.25% from 255 or 24.59% from 61); Green value is 17 (7.03% from 255 or 27.87% from 61); Blue value is 29 (11.72% from 255 or 47.54% from 61); Max value from RGB is 29 - color contains mainly: blue. Hex color #0F111D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F111D is #F0EEE2. Grayscale: #111111. Windows color (decimal): -15789795 or 1904911. OLE color: 1904911.

HSL color Cylindrical-coordinate representation of color #0F111D: hue angle of 231.43º degrees, saturation: 0.32, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #0F111D is Cyan = 0.48, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB151729-
CMYK0.480.4100.89
HSL231.43º31.82%8.63%-
HSV(B)231.43º48.28%11.37%-
XYZ0.620.591.24-
YUV17.77134.34126.02-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 24.59%
GREEN value IS 17 (7.03% from 255) = 27.87%
BLUE value IS 29 (11.72% from 255) = 47.54%
R=24.59%
G=27.87%
B=47.54%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1517290.480.4100.89231.4331.828.63
HexF111D3029059e7209
Octal172135605101313474011
Binary1111100011110111000010100101011001111001111000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F111D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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