Shades of Black Russian #0F152D
Tints of Black Russian #0F152D
RGB
CMYK
RGB Variations
Color information
#0F152D (or 0x0F152D) is known color: Black Russian. HEX triplet: 0F, 15 and 2D. RGB value is (15,21,45). Sum of RGB (Red+Green+Blue) = 15+21+45=81 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.52% from 81); Green value is 21 (8.59% from 255 or 25.93% from 81); Blue value is 45 (17.97% from 255 or 55.56% from 81); Max value from RGB is 45 - color contains mainly: blue. Hex color #0F152D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F152D is #F0EAD2. Grayscale: #151515. Windows color (decimal): -15788755 or 2954511. OLE color: 2954511.
HSL color Cylindrical-coordinate representation of color #0F152D: hue angle of 228º degrees, saturation: 0.5, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #0F152D is Cyan = 0.67, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 15 | 21 | 45 | - |
| CMYK | 0.67 | 0.53 | 0 | 0.82 |
| HSL | 228º | 0.5% | 0.12% | - |
| HSV(B) | 228º | 0.67% | 0.18% | - |
| XYZ | 0.94 | 0.83 | 2.59 | - |
| YUV | 21.94 | 141.01 | 123.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 21 | 45 | 0.67 | 0.53 | 0 | 0.82 | 228 | 0.5 | 0.12 |
| Hex | F | 15 | 2D | 43 | 35 | 0 | 52 | E4 | 32 | C |
| Octal | 17 | 25 | 55 | 103 | 65 | 0 | 122 | 344 | 62 | 14 |
| Binary | 1111 | 10101 | 101101 | 1000011 | 110101 | 0 | 1010010 | 11100100 | 110010 | 1100 |
Color Harmonies of #0F152D
Complementary color
Monochromatic Colors of #0F152D
Black with #0F152D
Text Example
Text Example
White with #0F152D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F152D; }
p { color: rgb(15,21,45); }
H1.HeaderClassName
{
color: #0F152D;
}
.AnyTagClassName
{
color: #0F152D;
}
</style>
background-color css
<style>
a { background-color: #0F152D; }
a { background-color: rgb(15,21,45); }
div.DivClassName
{
background-color: #0F152D;
}
.BgClassName
{
background-color: #0F152D;
}
</style>
border-color css
<style>
span { border-color: #0F152D; }
span { border-color: rgb(15,21,45); }
td.TdClassName
{
border-color: #0F152D;
}
.TagClassName
{
border-color: #0F152D;
}
</style>