Shades of Black Russian #02050D
Tints of Black Russian #02050D
RGB
CMYK
RGB Variations
Color information
#02050D (or 0x02050D) is known color: Black Russian. HEX triplet: 02, 05 and 0D. RGB value is (2,5,13). Sum of RGB (Red+Green+Blue) = 2+5+13=20 (2% of max value = 765). Red value is 2 (1.17% from 255 or 10% from 20); Green value is 5 (2.34% from 255 or 25% from 20); Blue value is 13 (5.47% from 255 or 65% from 20); Max value from RGB is 13 - color contains mainly: blue. Hex color #02050D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #02050D is #FDFAF2. Grayscale: #040404. Windows color (decimal): -16644851 or 853250. OLE color: 853250.
HSL color Cylindrical-coordinate representation of color #02050D: hue angle of 223.64º degrees, saturation: 0.73, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #02050D is Cyan = 0.85, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 2 | 5 | 13 | - |
| CMYK | 0.85 | 0.62 | 0 | 0.95 |
| HSL | 223.64º | 0.73% | 0.03% | - |
| HSV(B) | 223.64º | 0.85% | 0.05% | - |
| XYZ | 0.15 | 0.15 | 0.4 | - |
| YUV | 5.02 | 132.51 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 5 | 13 | 0.85 | 0.62 | 0 | 0.95 | 223.64 | 0.73 | 0.03 |
| Hex | 2 | 5 | D | 55 | 3E | 0 | 5F | E0 | 49 | 3 |
| Octal | 2 | 5 | 15 | 125 | 76 | 0 | 137 | 340 | 111 | 3 |
| Binary | 10 | 101 | 1101 | 1010101 | 111110 | 0 | 1011111 | 11100000 | 1001001 | 11 |
Color Harmonies of #02050D
Complementary color
Monochromatic Colors of #02050D
Black with #02050D
Text Example
Text Example
White with #02050D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02050D; }
p { color: rgb(2,5,13); }
H1.HeaderClassName
{
color: #02050D;
}
.AnyTagClassName
{
color: #02050D;
}
</style>
background-color css
<style>
a { background-color: #02050D; }
a { background-color: rgb(2,5,13); }
div.DivClassName
{
background-color: #02050D;
}
.BgClassName
{
background-color: #02050D;
}
</style>
border-color css
<style>
span { border-color: #02050D; }
span { border-color: rgb(2,5,13); }
td.TdClassName
{
border-color: #02050D;
}
.TagClassName
{
border-color: #02050D;
}
</style>