Shades of Black Russian #0F1522
Tints of Black Russian #0F1522
RGB
CMYK
RGB Variations
Color information
#0F1522 (or 0x0F1522) is known color: Black Russian. HEX triplet: 0F, 15 and 22. RGB value is (15,21,34). Sum of RGB (Red+Green+Blue) = 15+21+34=70 (9% of max value = 765). Red value is 15 (6.25% from 255 or 21.43% from 70); Green value is 21 (8.59% from 255 or 30% from 70); Blue value is 34 (13.67% from 255 or 48.57% from 70); Max value from RGB is 34 - color contains mainly: blue. Hex color #0F1522 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F1522 is #F0EADD. Grayscale: #141414. Windows color (decimal): -15788766 or 2233615. OLE color: 2233615.
HSL color Cylindrical-coordinate representation of color #0F1522: hue angle of 221.05º degrees, saturation: 0.39, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #0F1522 is Cyan = 0.56, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 15 | 21 | 34 | - |
| CMYK | 0.56 | 0.38 | 0 | 0.87 |
| HSL | 221.05º | 0.39% | 0.1% | - |
| HSV(B) | 221.05º | 0.56% | 0.13% | - |
| XYZ | 0.75 | 0.75 | 1.62 | - |
| YUV | 20.69 | 135.51 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 21 | 34 | 0.56 | 0.38 | 0 | 0.87 | 221.05 | 0.39 | 0.1 |
| Hex | F | 15 | 22 | 38 | 26 | 0 | 57 | DD | 27 | A |
| Octal | 17 | 25 | 42 | 70 | 46 | 0 | 127 | 335 | 47 | 12 |
| Binary | 1111 | 10101 | 100010 | 111000 | 100110 | 0 | 1010111 | 11011101 | 100111 | 1010 |
Color Harmonies of #0F1522
Complementary color
Monochromatic Colors of #0F1522
Black with #0F1522
Text Example
Text Example
White with #0F1522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1522; }
p { color: rgb(15,21,34); }
H1.HeaderClassName
{
color: #0F1522;
}
.AnyTagClassName
{
color: #0F1522;
}
</style>
background-color css
<style>
a { background-color: #0F1522; }
a { background-color: rgb(15,21,34); }
div.DivClassName
{
background-color: #0F1522;
}
.BgClassName
{
background-color: #0F1522;
}
</style>
border-color css
<style>
span { border-color: #0F1522; }
span { border-color: rgb(15,21,34); }
td.TdClassName
{
border-color: #0F1522;
}
.TagClassName
{
border-color: #0F1522;
}
</style>