Shades of Black Russian #020D29
Tints of Black Russian #020D29
RGB
CMYK
RGB Variations
Color information
#020D29 (or 0x020D29) is known color: Black Russian. HEX triplet: 02, 0D and 29. RGB value is (2,13,41). Sum of RGB (Red+Green+Blue) = 2+13+41=56 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.57% from 56); Green value is 13 (5.47% from 255 or 23.21% from 56); Blue value is 41 (16.41% from 255 or 73.21% from 56); Max value from RGB is 41 - color contains mainly: blue. Hex color #020D29 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020D29 is #FDF2D6. Grayscale: #0C0C0C. Windows color (decimal): -16642775 or 2690306. OLE color: 2690306.
HSL color Cylindrical-coordinate representation of color #020D29: hue angle of 223.08º degrees, saturation: 0.91, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #020D29 is Cyan = 0.95, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 2 | 13 | 41 | - |
| CMYK | 0.95 | 0.68 | 0 | 0.84 |
| HSL | 223.08º | 0.91% | 0.08% | - |
| HSV(B) | 223.08º | 0.95% | 0.16% | - |
| XYZ | 0.57 | 0.46 | 2.16 | - |
| YUV | 12.9 | 143.86 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 13 | 41 | 0.95 | 0.68 | 0 | 0.84 | 223.08 | 0.91 | 0.08 |
| Hex | 2 | D | 29 | 5F | 44 | 0 | 54 | DF | 5B | 8 |
| Octal | 2 | 15 | 51 | 137 | 104 | 0 | 124 | 337 | 133 | 10 |
| Binary | 10 | 1101 | 101001 | 1011111 | 1000100 | 0 | 1010100 | 11011111 | 1011011 | 1000 |
Color Harmonies of #020D29
Complementary color
Monochromatic Colors of #020D29
Black with #020D29
Text Example
Text Example
White with #020D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020D29; }
p { color: rgb(2,13,41); }
H1.HeaderClassName
{
color: #020D29;
}
.AnyTagClassName
{
color: #020D29;
}
</style>
background-color css
<style>
a { background-color: #020D29; }
a { background-color: rgb(2,13,41); }
div.DivClassName
{
background-color: #020D29;
}
.BgClassName
{
background-color: #020D29;
}
</style>
border-color css
<style>
span { border-color: #020D29; }
span { border-color: rgb(2,13,41); }
td.TdClassName
{
border-color: #020D29;
}
.TagClassName
{
border-color: #020D29;
}
</style>