Shades of Black Russian #0F1019
Tints of Black Russian #0F1019
RGB
CMYK
RGB Variations
Color information
#0F1019 (or 0x0F1019) is known color: Black Russian. HEX triplet: 0F, 10 and 19. RGB value is (15,16,25). Sum of RGB (Red+Green+Blue) = 15+16+25=56 (7% of max value = 765). Red value is 15 (6.25% from 255 or 26.79% from 56); Green value is 16 (6.64% from 255 or 28.57% from 56); Blue value is 25 (10.16% from 255 or 44.64% from 56); Max value from RGB is 25 - color contains mainly: blue. Hex color #0F1019 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1019 is #F0EFE6. Grayscale: #101010. Windows color (decimal): -15790055 or 1642511. OLE color: 1642511.
HSL color Cylindrical-coordinate representation of color #0F1019: hue angle of 234º degrees, saturation: 0.25, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #0F1019 is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 15 | 16 | 25 | - |
| CMYK | 0.40 | 0.36 | 0 | 0.90 |
| HSL | 234º | 0.25% | 0.08% | - |
| HSV(B) | 234º | 0.4% | 0.1% | - |
| XYZ | 0.56 | 0.54 | 0.99 | - |
| YUV | 16.73 | 132.67 | 126.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 16 | 25 | 0.40 | 0.36 | 0 | 0.90 | 234 | 0.25 | 0.08 |
| Hex | F | 10 | 19 | 28 | 24 | 0 | 5A | EA | 19 | 8 |
| Octal | 17 | 20 | 31 | 50 | 44 | 0 | 132 | 352 | 31 | 10 |
| Binary | 1111 | 10000 | 11001 | 101000 | 100100 | 0 | 1011010 | 11101010 | 11001 | 1000 |
Color Harmonies of #0F1019
Complementary color
Monochromatic Colors of #0F1019
Black with #0F1019
Text Example
Text Example
White with #0F1019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1019; }
p { color: rgb(15,16,25); }
H1.HeaderClassName
{
color: #0F1019;
}
.AnyTagClassName
{
color: #0F1019;
}
</style>
background-color css
<style>
a { background-color: #0F1019; }
a { background-color: rgb(15,16,25); }
div.DivClassName
{
background-color: #0F1019;
}
.BgClassName
{
background-color: #0F1019;
}
</style>
border-color css
<style>
span { border-color: #0F1019; }
span { border-color: rgb(15,16,25); }
td.TdClassName
{
border-color: #0F1019;
}
.TagClassName
{
border-color: #0F1019;
}
</style>