#0F131D

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

Shades of Black Russian #0F131D

Tints of Black Russian #0F131D

Color information

#0F131D (or 0x0F131D) is unknown color: approx Black Russian. HEX triplet: 0F, 13 and 1D. RGB value is (15,19,29). Sum of RGB (Red+Green+Blue) = 15+19+29=63 (8% of max value = 765). Red value is 15 (6.25% from 255 or 23.81% from 63); Green value is 19 (7.81% from 255 or 30.16% from 63); Blue value is 29 (11.72% from 255 or 46.03% from 63); Max value from RGB is 29 - color contains mainly: blue. Hex color #0F131D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F131D is #F0ECE2. Grayscale: #121212. Windows color (decimal): -15789283 or 1905423. OLE color: 1905423.

HSL color Cylindrical-coordinate representation of color #0F131D: hue angle of 222.86º 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 #0F131D is Cyan = 0.48, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB151929-
CMYK0.480.3400.89
HSL222.86º31.82%8.63%-
HSV(B)222.86º48.28%11.37%-
XYZ0.650.661.25-
YUV18.94133.67125.19-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 23.81%
GREEN value IS 19 (7.81% from 255) = 30.16%
BLUE value IS 29 (11.72% from 255) = 46.03%
R=23.81%
G=30.16%
B=46.03%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1519290.480.3400.89222.8631.828.63
HexF131D3022059df209
Octal172335604201313374011
Binary1111100111110111000010001001011001110111111000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F131D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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