Shades of Black Russian #0F1430
Tints of Black Russian #0F1430
RGB
CMYK
RGB Variations
Color information
#0F1430 (or 0x0F1430) is known color: Black Russian. HEX triplet: 0F, 14 and 30. RGB value is (15,20,48). Sum of RGB (Red+Green+Blue) = 15+20+48=83 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.07% from 83); Green value is 20 (8.20% from 255 or 24.10% from 83); Blue value is 48 (19.14% from 255 or 57.83% from 83); Max value from RGB is 48 - color contains mainly: blue. Hex color #0F1430 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F1430 is #F0EBCF. Grayscale: #151515. Windows color (decimal): -15789008 or 3150863. OLE color: 3150863.
HSL color Cylindrical-coordinate representation of color #0F1430: hue angle of 230.91º 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 #0F1430 is Cyan = 0.69, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 15 | 20 | 48 | - |
| CMYK | 0.69 | 0.58 | 0 | 0.81 |
| HSL | 230.91º | 0.52% | 0.12% | - |
| HSV(B) | 230.91º | 0.69% | 0.19% | - |
| XYZ | 0.98 | 0.82 | 2.9 | - |
| YUV | 21.7 | 142.84 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 20 | 48 | 0.69 | 0.58 | 0 | 0.81 | 230.91 | 0.52 | 0.12 |
| Hex | F | 14 | 30 | 45 | 3A | 0 | 51 | E7 | 34 | C |
| Octal | 17 | 24 | 60 | 105 | 72 | 0 | 121 | 347 | 64 | 14 |
| Binary | 1111 | 10100 | 110000 | 1000101 | 111010 | 0 | 1010001 | 11100111 | 110100 | 1100 |
Color Harmonies of #0F1430
Complementary color
Monochromatic Colors of #0F1430
Black with #0F1430
Text Example
Text Example
White with #0F1430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1430; }
p { color: rgb(15,20,48); }
H1.HeaderClassName
{
color: #0F1430;
}
.AnyTagClassName
{
color: #0F1430;
}
</style>
background-color css
<style>
a { background-color: #0F1430; }
a { background-color: rgb(15,20,48); }
div.DivClassName
{
background-color: #0F1430;
}
.BgClassName
{
background-color: #0F1430;
}
</style>
border-color css
<style>
span { border-color: #0F1430; }
span { border-color: rgb(15,20,48); }
td.TdClassName
{
border-color: #0F1430;
}
.TagClassName
{
border-color: #0F1430;
}
</style>