Shades of Black Russian #02051F
Tints of Black Russian #02051F
RGB
CMYK
RGB Variations
Color information
#02051F (or 0x02051F) is known color: Black Russian. HEX triplet: 02, 05 and 1F. RGB value is (2,5,31). Sum of RGB (Red+Green+Blue) = 2+5+31=38 (5% of max value = 765). Red value is 2 (1.17% from 255 or 5.26% from 38); Green value is 5 (2.34% from 255 or 13.16% from 38); Blue value is 31 (12.5% from 255 or 81.58% from 38); Max value from RGB is 31 - color contains mainly: blue. Hex color #02051F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02051F is #FDFAE0. Grayscale: #060606. Windows color (decimal): -16644833 or 2032898. OLE color: 2032898.
HSL color Cylindrical-coordinate representation of color #02051F: hue angle of 233.79º degrees, saturation: 0.88, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #02051F is Cyan = 0.94, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 2 | 5 | 31 | - |
| CMYK | 0.94 | 0.84 | 0 | 0.88 |
| HSL | 233.79º | 0.88% | 0.06% | - |
| HSV(B) | 233.79º | 0.94% | 0.12% | - |
| XYZ | 0.33 | 0.22 | 1.32 | - |
| YUV | 7.07 | 141.51 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 5 | 31 | 0.94 | 0.84 | 0 | 0.88 | 233.79 | 0.88 | 0.06 |
| Hex | 2 | 5 | 1F | 5E | 54 | 0 | 58 | EA | 58 | 6 |
| Octal | 2 | 5 | 37 | 136 | 124 | 0 | 130 | 352 | 130 | 6 |
| Binary | 10 | 101 | 11111 | 1011110 | 1010100 | 0 | 1011000 | 11101010 | 1011000 | 110 |
Color Harmonies of #02051F
Complementary color
Monochromatic Colors of #02051F
Black with #02051F
Text Example
Text Example
White with #02051F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02051F; }
p { color: rgb(2,5,31); }
H1.HeaderClassName
{
color: #02051F;
}
.AnyTagClassName
{
color: #02051F;
}
</style>
background-color css
<style>
a { background-color: #02051F; }
a { background-color: rgb(2,5,31); }
div.DivClassName
{
background-color: #02051F;
}
.BgClassName
{
background-color: #02051F;
}
</style>
border-color css
<style>
span { border-color: #02051F; }
span { border-color: rgb(2,5,31); }
td.TdClassName
{
border-color: #02051F;
}
.TagClassName
{
border-color: #02051F;
}
</style>