Shades of Black Russian #0F0D27
Tints of Black Russian #0F0D27
RGB
CMYK
RGB Variations
Color information
#0F0D27 (or 0x0F0D27) is known color: Black Russian. HEX triplet: 0F, 0D and 27. RGB value is (15,13,39). Sum of RGB (Red+Green+Blue) = 15+13+39=67 (8% of max value = 765). Red value is 15 (6.25% from 255 or 22.39% from 67); Green value is 13 (5.47% from 255 or 19.40% from 67); Blue value is 39 (15.62% from 255 or 58.21% from 67); Max value from RGB is 39 - color contains mainly: blue. Hex color #0F0D27 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0D27 is #F0F2D8. Grayscale: #101010. Windows color (decimal): -15790809 or 2559247. OLE color: 2559247.
HSL color Cylindrical-coordinate representation of color #0F0D27: hue angle of 244.62º degrees, saturation: 0.5, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #0F0D27 is Cyan = 0.62, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 15 | 13 | 39 | - |
| CMYK | 0.62 | 0.67 | 0 | 0.85 |
| HSL | 244.62º | 0.5% | 0.1% | - |
| HSV(B) | 244.62º | 0.67% | 0.15% | - |
| XYZ | 0.71 | 0.54 | 1.99 | - |
| YUV | 16.56 | 140.66 | 126.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 13 | 39 | 0.62 | 0.67 | 0 | 0.85 | 244.62 | 0.5 | 0.1 |
| Hex | F | D | 27 | 3E | 43 | 0 | 55 | F5 | 32 | A |
| Octal | 17 | 15 | 47 | 76 | 103 | 0 | 125 | 365 | 62 | 12 |
| Binary | 1111 | 1101 | 100111 | 111110 | 1000011 | 0 | 1010101 | 11110101 | 110010 | 1010 |
Color Harmonies of #0F0D27
Complementary color
Monochromatic Colors of #0F0D27
Black with #0F0D27
Text Example
Text Example
White with #0F0D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0D27; }
p { color: rgb(15,13,39); }
H1.HeaderClassName
{
color: #0F0D27;
}
.AnyTagClassName
{
color: #0F0D27;
}
</style>
background-color css
<style>
a { background-color: #0F0D27; }
a { background-color: rgb(15,13,39); }
div.DivClassName
{
background-color: #0F0D27;
}
.BgClassName
{
background-color: #0F0D27;
}
</style>
border-color css
<style>
span { border-color: #0F0D27; }
span { border-color: rgb(15,13,39); }
td.TdClassName
{
border-color: #0F0D27;
}
.TagClassName
{
border-color: #0F0D27;
}
</style>