Shades of Black Russian #0F1030
Tints of Black Russian #0F1030
RGB
CMYK
RGB Variations
Color information
#0F1030 (or 0x0F1030) is known color: Black Russian. HEX triplet: 0F, 10 and 30. RGB value is (15,16,48). Sum of RGB (Red+Green+Blue) = 15+16+48=79 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.99% from 79); Green value is 16 (6.64% from 255 or 20.25% from 79); Blue value is 48 (19.14% from 255 or 60.76% from 79); Max value from RGB is 48 - color contains mainly: blue. Hex color #0F1030 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F1030 is #F0EFCF. Grayscale: #131313. Windows color (decimal): -15790032 or 3149839. OLE color: 3149839.
HSL color Cylindrical-coordinate representation of color #0F1030: hue angle of 238.18º 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 #0F1030 is Cyan = 0.69, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 15 | 16 | 48 | - |
| CMYK | 0.69 | 0.67 | 0 | 0.81 |
| HSL | 238.18º | 0.52% | 0.12% | - |
| HSV(B) | 238.18º | 0.69% | 0.19% | - |
| XYZ | 0.92 | 0.69 | 2.88 | - |
| YUV | 19.35 | 144.17 | 124.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 16 | 48 | 0.69 | 0.67 | 0 | 0.81 | 238.18 | 0.52 | 0.12 |
| Hex | F | 10 | 30 | 45 | 43 | 0 | 51 | EE | 34 | C |
| Octal | 17 | 20 | 60 | 105 | 103 | 0 | 121 | 356 | 64 | 14 |
| Binary | 1111 | 10000 | 110000 | 1000101 | 1000011 | 0 | 1010001 | 11101110 | 110100 | 1100 |
Color Harmonies of #0F1030
Complementary color
Monochromatic Colors of #0F1030
Black with #0F1030
Text Example
Text Example
White with #0F1030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1030; }
p { color: rgb(15,16,48); }
H1.HeaderClassName
{
color: #0F1030;
}
.AnyTagClassName
{
color: #0F1030;
}
</style>
background-color css
<style>
a { background-color: #0F1030; }
a { background-color: rgb(15,16,48); }
div.DivClassName
{
background-color: #0F1030;
}
.BgClassName
{
background-color: #0F1030;
}
</style>
border-color css
<style>
span { border-color: #0F1030; }
span { border-color: rgb(15,16,48); }
td.TdClassName
{
border-color: #0F1030;
}
.TagClassName
{
border-color: #0F1030;
}
</style>