Shades of Black Russian #0F172B
Tints of Black Russian #0F172B
RGB
CMYK
RGB Variations
Color information
#0F172B (or 0x0F172B) is known color: Black Russian. HEX triplet: 0F, 17 and 2B. RGB value is (15,23,43). Sum of RGB (Red+Green+Blue) = 15+23+43=81 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.52% from 81); Green value is 23 (9.38% from 255 or 28.40% from 81); Blue value is 43 (17.19% from 255 or 53.09% from 81); Max value from RGB is 43 - color contains mainly: blue. Hex color #0F172B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F172B is #F0E8D4. Grayscale: #161616. Windows color (decimal): -15788245 or 2823951. OLE color: 2823951.
HSL color Cylindrical-coordinate representation of color #0F172B: hue angle of 222.86º degrees, saturation: 0.48, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #0F172B is Cyan = 0.65, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 15 | 23 | 43 | - |
| CMYK | 0.65 | 0.47 | 0 | 0.83 |
| HSL | 222.86º | 0.48% | 0.11% | - |
| HSV(B) | 222.86º | 0.65% | 0.17% | - |
| XYZ | 0.94 | 0.89 | 2.41 | - |
| YUV | 22.89 | 139.35 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 23 | 43 | 0.65 | 0.47 | 0 | 0.83 | 222.86 | 0.48 | 0.11 |
| Hex | F | 17 | 2B | 41 | 2F | 0 | 53 | DF | 30 | B |
| Octal | 17 | 27 | 53 | 101 | 57 | 0 | 123 | 337 | 60 | 13 |
| Binary | 1111 | 10111 | 101011 | 1000001 | 101111 | 0 | 1010011 | 11011111 | 110000 | 1011 |
Color Harmonies of #0F172B
Complementary color
Monochromatic Colors of #0F172B
Black with #0F172B
Text Example
Text Example
White with #0F172B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F172B; }
p { color: rgb(15,23,43); }
H1.HeaderClassName
{
color: #0F172B;
}
.AnyTagClassName
{
color: #0F172B;
}
</style>
background-color css
<style>
a { background-color: #0F172B; }
a { background-color: rgb(15,23,43); }
div.DivClassName
{
background-color: #0F172B;
}
.BgClassName
{
background-color: #0F172B;
}
</style>
border-color css
<style>
span { border-color: #0F172B; }
span { border-color: rgb(15,23,43); }
td.TdClassName
{
border-color: #0F172B;
}
.TagClassName
{
border-color: #0F172B;
}
</style>