Shades of Black Russian #0F0F30
Tints of Black Russian #0F0F30
RGB
CMYK
RGB Variations
Color information
#0F0F30 (or 0x0F0F30) is known color: Black Russian. HEX triplet: 0F, 0F and 30. RGB value is (15,15,48). Sum of RGB (Red+Green+Blue) = 15+15+48=78 (10% of max value = 765). Red value is 15 (6.25% from 255 or 19.23% from 78); Green value is 15 (6.25% from 255 or 19.23% from 78); Blue value is 48 (19.14% from 255 or 61.54% from 78); Max value from RGB is 48 - color contains mainly: blue. Hex color #0F0F30 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0F30 is #F0F0CF. Grayscale: #121212. Windows color (decimal): -15790288 or 3149583. OLE color: 3149583.
HSL color Cylindrical-coordinate representation of color #0F0F30: hue angle of 240º degrees, saturation: 0.52, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #0F0F30 is Cyan = 0.69, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 15 | 15 | 48 | - |
| CMYK | 0.69 | 0.69 | 0 | 0.81 |
| HSL | 240º | 0.52% | 0.12% | - |
| HSV(B) | 240º | 0.69% | 0.19% | - |
| XYZ | 0.9 | 0.66 | 2.88 | - |
| YUV | 18.76 | 144.5 | 125.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 15 | 48 | 0.69 | 0.69 | 0 | 0.81 | 240 | 0.52 | 0.12 |
| Hex | F | F | 30 | 45 | 45 | 0 | 51 | F0 | 34 | C |
| Octal | 17 | 17 | 60 | 105 | 105 | 0 | 121 | 360 | 64 | 14 |
| Binary | 1111 | 1111 | 110000 | 1000101 | 1000101 | 0 | 1010001 | 11110000 | 110100 | 1100 |
Color Harmonies of #0F0F30
Complementary color
Monochromatic Colors of #0F0F30
Black with #0F0F30
Text Example
Text Example
White with #0F0F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0F30; }
p { color: rgb(15,15,48); }
H1.HeaderClassName
{
color: #0F0F30;
}
.AnyTagClassName
{
color: #0F0F30;
}
</style>
background-color css
<style>
a { background-color: #0F0F30; }
a { background-color: rgb(15,15,48); }
div.DivClassName
{
background-color: #0F0F30;
}
.BgClassName
{
background-color: #0F0F30;
}
</style>
border-color css
<style>
span { border-color: #0F0F30; }
span { border-color: rgb(15,15,48); }
td.TdClassName
{
border-color: #0F0F30;
}
.TagClassName
{
border-color: #0F0F30;
}
</style>