Shades of Black Russian #0F132C
Tints of Black Russian #0F132C
RGB
CMYK
RGB Variations
Color information
#0F132C (or 0x0F132C) is known color: Black Russian. HEX triplet: 0F, 13 and 2C. RGB value is (15,19,44). Sum of RGB (Red+Green+Blue) = 15+19+44=78 (10% of max value = 765). Red value is 15 (6.25% from 255 or 19.23% from 78); Green value is 19 (7.81% from 255 or 24.36% from 78); Blue value is 44 (17.58% from 255 or 56.41% from 78); Max value from RGB is 44 - color contains mainly: blue. Hex color #0F132C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F132C is #F0ECD3. Grayscale: #141414. Windows color (decimal): -15789268 or 2888463. OLE color: 2888463.
HSL color Cylindrical-coordinate representation of color #0F132C: hue angle of 231.72º degrees, saturation: 0.49, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #0F132C is Cyan = 0.66, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 15 | 19 | 44 | - |
| CMYK | 0.66 | 0.57 | 0 | 0.83 |
| HSL | 231.72º | 0.49% | 0.12% | - |
| HSV(B) | 231.72º | 0.66% | 0.17% | - |
| XYZ | 0.88 | 0.75 | 2.48 | - |
| YUV | 20.65 | 141.17 | 123.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 19 | 44 | 0.66 | 0.57 | 0 | 0.83 | 231.72 | 0.49 | 0.12 |
| Hex | F | 13 | 2C | 42 | 39 | 0 | 53 | E8 | 31 | C |
| Octal | 17 | 23 | 54 | 102 | 71 | 0 | 123 | 350 | 61 | 14 |
| Binary | 1111 | 10011 | 101100 | 1000010 | 111001 | 0 | 1010011 | 11101000 | 110001 | 1100 |
Color Harmonies of #0F132C
Complementary color
Monochromatic Colors of #0F132C
Black with #0F132C
Text Example
Text Example
White with #0F132C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F132C; }
p { color: rgb(15,19,44); }
H1.HeaderClassName
{
color: #0F132C;
}
.AnyTagClassName
{
color: #0F132C;
}
</style>
background-color css
<style>
a { background-color: #0F132C; }
a { background-color: rgb(15,19,44); }
div.DivClassName
{
background-color: #0F132C;
}
.BgClassName
{
background-color: #0F132C;
}
</style>
border-color css
<style>
span { border-color: #0F132C; }
span { border-color: rgb(15,19,44); }
td.TdClassName
{
border-color: #0F132C;
}
.TagClassName
{
border-color: #0F132C;
}
</style>