Shades of Black Russian #0F131A
Tints of Black Russian #0F131A
RGB
CMYK
RGB Variations
Color information
#0F131A (or 0x0F131A) is known color: Black Russian. HEX triplet: 0F, 13 and 1A. RGB value is (15,19,26). Sum of RGB (Red+Green+Blue) = 15+19+26=60 (7% of max value = 765). Red value is 15 (6.25% from 255 or 25% from 60); Green value is 19 (7.81% from 255 or 31.67% from 60); Blue value is 26 (10.55% from 255 or 43.33% from 60); Max value from RGB is 26 - color contains mainly: blue. Hex color #0F131A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F131A is #F0ECE5. Grayscale: #121212. Windows color (decimal): -15789286 or 1708815. OLE color: 1708815.
HSL color Cylindrical-coordinate representation of color #0F131A: hue angle of 218.18º degrees, saturation: 0.27, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #0F131A is Cyan = 0.42, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 15 | 19 | 26 | - |
| CMYK | 0.42 | 0.27 | 0 | 0.90 |
| HSL | 218.18º | 0.27% | 0.08% | - |
| HSV(B) | 218.18º | 0.42% | 0.1% | - |
| XYZ | 0.62 | 0.64 | 1.07 | - |
| YUV | 18.6 | 132.17 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 19 | 26 | 0.42 | 0.27 | 0 | 0.90 | 218.18 | 0.27 | 0.08 |
| Hex | F | 13 | 1A | 2A | 1B | 0 | 5A | DA | 1B | 8 |
| Octal | 17 | 23 | 32 | 52 | 33 | 0 | 132 | 332 | 33 | 10 |
| Binary | 1111 | 10011 | 11010 | 101010 | 11011 | 0 | 1011010 | 11011010 | 11011 | 1000 |
Color Harmonies of #0F131A
Complementary color
Monochromatic Colors of #0F131A
Black with #0F131A
Text Example
Text Example
White with #0F131A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F131A; }
p { color: rgb(15,19,26); }
H1.HeaderClassName
{
color: #0F131A;
}
.AnyTagClassName
{
color: #0F131A;
}
</style>
background-color css
<style>
a { background-color: #0F131A; }
a { background-color: rgb(15,19,26); }
div.DivClassName
{
background-color: #0F131A;
}
.BgClassName
{
background-color: #0F131A;
}
</style>
border-color css
<style>
span { border-color: #0F131A; }
span { border-color: rgb(15,19,26); }
td.TdClassName
{
border-color: #0F131A;
}
.TagClassName
{
border-color: #0F131A;
}
</style>