Shades of Black Russian #02051D
Tints of Black Russian #02051D
RGB
CMYK
RGB Variations
Color information
#02051D (or 0x02051D) is known color: Black Russian. HEX triplet: 02, 05 and 1D. RGB value is (2,5,29). Sum of RGB (Red+Green+Blue) = 2+5+29=36 (4% of max value = 765). Red value is 2 (1.17% from 255 or 5.56% from 36); Green value is 5 (2.34% from 255 or 13.89% from 36); Blue value is 29 (11.72% from 255 or 80.56% from 36); Max value from RGB is 29 - color contains mainly: blue. Hex color #02051D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02051D is #FDFAE2. Grayscale: #060606. Windows color (decimal): -16644835 or 1901826. OLE color: 1901826.
HSL color Cylindrical-coordinate representation of color #02051D: hue angle of 233.33º degrees, saturation: 0.87, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #02051D is Cyan = 0.93, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 2 | 5 | 29 | - |
| CMYK | 0.93 | 0.83 | 0 | 0.89 |
| HSL | 233.33º | 0.87% | 0.06% | - |
| HSV(B) | 233.33º | 0.93% | 0.11% | - |
| XYZ | 0.3 | 0.21 | 1.19 | - |
| YUV | 6.84 | 140.51 | 124.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 5 | 29 | 0.93 | 0.83 | 0 | 0.89 | 233.33 | 0.87 | 0.06 |
| Hex | 2 | 5 | 1D | 5D | 53 | 0 | 59 | E9 | 57 | 6 |
| Octal | 2 | 5 | 35 | 135 | 123 | 0 | 131 | 351 | 127 | 6 |
| Binary | 10 | 101 | 11101 | 1011101 | 1010011 | 0 | 1011001 | 11101001 | 1010111 | 110 |
Color Harmonies of #02051D
Complementary color
Monochromatic Colors of #02051D
Black with #02051D
Text Example
Text Example
White with #02051D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02051D; }
p { color: rgb(2,5,29); }
H1.HeaderClassName
{
color: #02051D;
}
.AnyTagClassName
{
color: #02051D;
}
</style>
background-color css
<style>
a { background-color: #02051D; }
a { background-color: rgb(2,5,29); }
div.DivClassName
{
background-color: #02051D;
}
.BgClassName
{
background-color: #02051D;
}
</style>
border-color css
<style>
span { border-color: #02051D; }
span { border-color: rgb(2,5,29); }
td.TdClassName
{
border-color: #02051D;
}
.TagClassName
{
border-color: #02051D;
}
</style>