Shades of Black Russian #0F102F
Tints of Black Russian #0F102F
RGB
CMYK
RGB Variations
Color information
#0F102F (or 0x0F102F) is known color: Black Russian. HEX triplet: 0F, 10 and 2F. RGB value is (15,16,47). Sum of RGB (Red+Green+Blue) = 15+16+47=78 (10% of max value = 765). Red value is 15 (6.25% from 255 or 19.23% from 78); Green value is 16 (6.64% from 255 or 20.51% from 78); Blue value is 47 (18.75% from 255 or 60.26% from 78); Max value from RGB is 47 - color contains mainly: blue. Hex color #0F102F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F102F is #F0EFD0. Grayscale: #131313. Windows color (decimal): -15790033 or 3084303. OLE color: 3084303.
HSL color Cylindrical-coordinate representation of color #0F102F: hue angle of 238.12º degrees, saturation: 0.52, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #0F102F is Cyan = 0.68, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 15 | 16 | 47 | - |
| CMYK | 0.68 | 0.66 | 0 | 0.82 |
| HSL | 238.13º | 0.52% | 0.12% | - |
| HSV(B) | 238.13º | 0.68% | 0.18% | - |
| XYZ | 0.9 | 0.68 | 2.77 | - |
| YUV | 19.24 | 143.67 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 16 | 47 | 0.68 | 0.66 | 0 | 0.82 | 238.13 | 0.52 | 0.12 |
| Hex | F | 10 | 2F | 44 | 42 | 0 | 52 | EE | 34 | C |
| Octal | 17 | 20 | 57 | 104 | 102 | 0 | 122 | 356 | 64 | 14 |
| Binary | 1111 | 10000 | 101111 | 1000100 | 1000010 | 0 | 1010010 | 11101110 | 110100 | 1100 |
Color Harmonies of #0F102F
Complementary color
Monochromatic Colors of #0F102F
Black with #0F102F
Text Example
Text Example
White with #0F102F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F102F; }
p { color: rgb(15,16,47); }
H1.HeaderClassName
{
color: #0F102F;
}
.AnyTagClassName
{
color: #0F102F;
}
</style>
background-color css
<style>
a { background-color: #0F102F; }
a { background-color: rgb(15,16,47); }
div.DivClassName
{
background-color: #0F102F;
}
.BgClassName
{
background-color: #0F102F;
}
</style>
border-color css
<style>
span { border-color: #0F102F; }
span { border-color: rgb(15,16,47); }
td.TdClassName
{
border-color: #0F102F;
}
.TagClassName
{
border-color: #0F102F;
}
</style>