Shades of Black Russian #0F1227
Tints of Black Russian #0F1227
RGB
CMYK
RGB Variations
Color information
#0F1227 (or 0x0F1227) is known color: Black Russian. HEX triplet: 0F, 12 and 27. RGB value is (15,18,39). Sum of RGB (Red+Green+Blue) = 15+18+39=72 (9% of max value = 765). Red value is 15 (6.25% from 255 or 20.83% from 72); Green value is 18 (7.42% from 255 or 25% from 72); Blue value is 39 (15.62% from 255 or 54.17% from 72); Max value from RGB is 39 - color contains mainly: blue. Hex color #0F1227 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F1227 is #F0EDD8. Grayscale: #131313. Windows color (decimal): -15789529 or 2560527. OLE color: 2560527.
HSL color Cylindrical-coordinate representation of color #0F1227: hue angle of 232.5º degrees, saturation: 0.44, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #0F1227 is Cyan = 0.62, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 15 | 18 | 39 | - |
| CMYK | 0.62 | 0.54 | 0 | 0.85 |
| HSL | 232.5º | 0.44% | 0.11% | - |
| HSV(B) | 232.5º | 0.62% | 0.15% | - |
| XYZ | 0.78 | 0.68 | 2.01 | - |
| YUV | 19.5 | 139.01 | 124.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 18 | 39 | 0.62 | 0.54 | 0 | 0.85 | 232.5 | 0.44 | 0.11 |
| Hex | F | 12 | 27 | 3E | 36 | 0 | 55 | E8 | 2C | B |
| Octal | 17 | 22 | 47 | 76 | 66 | 0 | 125 | 350 | 54 | 13 |
| Binary | 1111 | 10010 | 100111 | 111110 | 110110 | 0 | 1010101 | 11101000 | 101100 | 1011 |
Color Harmonies of #0F1227
Complementary color
Monochromatic Colors of #0F1227
Black with #0F1227
Text Example
Text Example
White with #0F1227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1227; }
p { color: rgb(15,18,39); }
H1.HeaderClassName
{
color: #0F1227;
}
.AnyTagClassName
{
color: #0F1227;
}
</style>
background-color css
<style>
a { background-color: #0F1227; }
a { background-color: rgb(15,18,39); }
div.DivClassName
{
background-color: #0F1227;
}
.BgClassName
{
background-color: #0F1227;
}
</style>
border-color css
<style>
span { border-color: #0F1227; }
span { border-color: rgb(15,18,39); }
td.TdClassName
{
border-color: #0F1227;
}
.TagClassName
{
border-color: #0F1227;
}
</style>