Shades of Black Russian #02012C
Tints of Black Russian #02012C
RGB
CMYK
RGB Variations
Color information
#02012C (or 0x02012C) is known color: Black Russian. HEX triplet: 02, 01 and 2C. RGB value is (2,1,44). Sum of RGB (Red+Green+Blue) = 2+1+44=47 (6% of max value = 765). Red value is 2 (1.17% from 255 or 4.26% from 47); Green value is 1 (0.78% from 255 or 2.13% from 47); Blue value is 44 (17.58% from 255 or 93.62% from 47); Max value from RGB is 44 - color contains mainly: blue. Hex color #02012C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02012C is #FDFED3. Grayscale: #060606. Windows color (decimal): -16645844 or 2883842. OLE color: 2883842.
HSL color Cylindrical-coordinate representation of color #02012C: hue angle of 241.4º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02012C is Cyan = 0.95, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
RGB | 2 | 1 | 44 | - |
CMYK | 0.95 | 0.98 | 0 | 0.83 |
HSL | 241.4º | 0.96% | 0.09% | - |
HSV(B) | 241.4º | 0.98% | 0.17% | - |
XYZ | 0.49 | 0.22 | 2.4 | - |
YUV | 6.2 | 149.33 | 125 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 2 | 1 | 44 | 0.95 | 0.98 | 0 | 0.83 | 241.4 | 0.96 | 0.09 |
Hex | 2 | 1 | 2C | 5F | 62 | 0 | 53 | F1 | 60 | 9 |
Octal | 2 | 1 | 54 | 137 | 142 | 0 | 123 | 361 | 140 | 11 |
Binary | 10 | 1 | 101100 | 1011111 | 1100010 | 0 | 1010011 | 11110001 | 1100000 | 1001 |
Color Harmonies of #02012C
Complementary color
Monochromatic Colors of #02012C
Black with #02012C
Text Example
Text Example
White with #02012C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02012C; }
p { color: rgb(2,1,44); }
H1.HeaderClassName
{
color: #02012C;
}
.AnyTagClassName
{
color: #02012C;
}
</style>
background-color css
<style>
a { background-color: #02012C; }
a { background-color: rgb(2,1,44); }
div.DivClassName
{
background-color: #02012C;
}
.BgClassName
{
background-color: #02012C;
}
</style>
border-color css
<style>
span { border-color: #02012C; }
span { border-color: rgb(2,1,44); }
td.TdClassName
{
border-color: #02012C;
}
.TagClassName
{
border-color: #02012C;
}
</style>