Shades of Black Russian #02031A
Tints of Black Russian #02031A
RGB
CMYK
RGB Variations
Color information
#02031A (or 0x02031A) is known color: Black Russian. HEX triplet: 02, 03 and 1A. RGB value is (2,3,26). Sum of RGB (Red+Green+Blue) = 2+3+26=31 (4% of max value = 765). Red value is 2 (1.17% from 255 or 6.45% from 31); Green value is 3 (1.56% from 255 or 9.68% from 31); Blue value is 26 (10.55% from 255 or 83.87% from 31); Max value from RGB is 26 - color contains mainly: blue. Hex color #02031A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02031A is #FDFCE5. Grayscale: #050505. Windows color (decimal): -16645350 or 1704706. OLE color: 1704706.
HSL color Cylindrical-coordinate representation of color #02031A: hue angle of 237.5º degrees, saturation: 0.86, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #02031A is Cyan = 0.92, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 2 | 3 | 26 | - |
| CMYK | 0.92 | 0.88 | 0 | 0.90 |
| HSL | 237.5º | 0.86% | 0.05% | - |
| HSV(B) | 237.5º | 0.92% | 0.1% | - |
| XYZ | 0.24 | 0.15 | 0.99 | - |
| YUV | 5.32 | 139.67 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 3 | 26 | 0.92 | 0.88 | 0 | 0.90 | 237.5 | 0.86 | 0.05 |
| Hex | 2 | 3 | 1A | 5C | 58 | 0 | 5A | EE | 56 | 5 |
| Octal | 2 | 3 | 32 | 134 | 130 | 0 | 132 | 356 | 126 | 5 |
| Binary | 10 | 11 | 11010 | 1011100 | 1011000 | 0 | 1011010 | 11101110 | 1010110 | 101 |
Color Harmonies of #02031A
Complementary color
Monochromatic Colors of #02031A
Black with #02031A
Text Example
Text Example
White with #02031A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02031A; }
p { color: rgb(2,3,26); }
H1.HeaderClassName
{
color: #02031A;
}
.AnyTagClassName
{
color: #02031A;
}
</style>
background-color css
<style>
a { background-color: #02031A; }
a { background-color: rgb(2,3,26); }
div.DivClassName
{
background-color: #02031A;
}
.BgClassName
{
background-color: #02031A;
}
</style>
border-color css
<style>
span { border-color: #02031A; }
span { border-color: rgb(2,3,26); }
td.TdClassName
{
border-color: #02031A;
}
.TagClassName
{
border-color: #02031A;
}
</style>