Shades of Black Russian #02002C
Tints of Black Russian #02002C
RGB
CMYK
RGB Variations
Color information
#02002C (or 0x02002C) is known color: Black Russian. HEX triplet: 02, 00 and 2C. RGB value is (2,0,44). Sum of RGB (Red+Green+Blue) = 2+0+44=46 (6% of max value = 765). Red value is 2 (1.17% from 255 or 4.35% from 46); Green value is 0 (0.39% from 255 or 0% from 46); Blue value is 44 (17.58% from 255 or 95.65% from 46); Max value from RGB is 44 - color contains mainly: blue. Hex color #02002C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02002C is #FDFFD3. Grayscale: #050505. Windows color (decimal): -16646100 or 2883586. OLE color: 2883586.
HSL color Cylindrical-coordinate representation of color #02002C: hue angle of 242.73º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 1%. Process color model (Four color, CMYK) of #02002C is Cyan = 0.95, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 2 | 0 | 44 | - |
| CMYK | 0.95 | 1 | 0 | 0.83 |
| HSL | 242.73º | 1% | 0.09% | - |
| HSV(B) | 242.73º | 1% | 0.17% | - |
| XYZ | 0.48 | 0.19 | 2.4 | - |
| YUV | 5.61 | 149.66 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 0 | 44 | 0.95 | 1 | 0 | 0.83 | 242.73 | 1 | 0.09 |
| Hex | 2 | 0 | 2C | 5F | 64 | 0 | 53 | F3 | 64 | 9 |
| Octal | 2 | 0 | 54 | 137 | 144 | 0 | 123 | 363 | 144 | 11 |
| Binary | 10 | 0 | 101100 | 1011111 | 1100100 | 0 | 1010011 | 11110011 | 1100100 | 1001 |
Color Harmonies of #02002C
Complementary color
Monochromatic Colors of #02002C
Black with #02002C
Text Example
Text Example
White with #02002C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02002C; }
p { color: rgb(2,0,44); }
H1.HeaderClassName
{
color: #02002C;
}
.AnyTagClassName
{
color: #02002C;
}
</style>
background-color css
<style>
a { background-color: #02002C; }
a { background-color: rgb(2,0,44); }
div.DivClassName
{
background-color: #02002C;
}
.BgClassName
{
background-color: #02002C;
}
</style>
border-color css
<style>
span { border-color: #02002C; }
span { border-color: rgb(2,0,44); }
td.TdClassName
{
border-color: #02002C;
}
.TagClassName
{
border-color: #02002C;
}
</style>