Shades of Black Russian #020829
Tints of Black Russian #020829
RGB
CMYK
RGB Variations
Color information
#020829 (or 0x020829) is known color: Black Russian. HEX triplet: 02, 08 and 29. RGB value is (2,8,41). Sum of RGB (Red+Green+Blue) = 2+8+41=51 (6% of max value = 765). Red value is 2 (1.17% from 255 or 3.92% from 51); Green value is 8 (3.52% from 255 or 15.69% from 51); Blue value is 41 (16.41% from 255 or 80.39% from 51); Max value from RGB is 41 - color contains mainly: blue. Hex color #020829 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020829 is #FDF7D6. Grayscale: #090909. Windows color (decimal): -16644055 or 2689026. OLE color: 2689026.
HSL color Cylindrical-coordinate representation of color #020829: hue angle of 230.77º 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 #020829 is Cyan = 0.95, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 2 | 8 | 41 | - |
| CMYK | 0.95 | 0.80 | 0 | 0.84 |
| HSL | 230.77º | 0.91% | 0.08% | - |
| HSV(B) | 230.77º | 0.95% | 0.16% | - |
| XYZ | 0.51 | 0.35 | 2.14 | - |
| YUV | 9.97 | 145.51 | 122.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 8 | 41 | 0.95 | 0.80 | 0 | 0.84 | 230.77 | 0.91 | 0.08 |
| Hex | 2 | 8 | 29 | 5F | 50 | 0 | 54 | E7 | 5B | 8 |
| Octal | 2 | 10 | 51 | 137 | 120 | 0 | 124 | 347 | 133 | 10 |
| Binary | 10 | 1000 | 101001 | 1011111 | 1010000 | 0 | 1010100 | 11100111 | 1011011 | 1000 |
Color Harmonies of #020829
Complementary color
Monochromatic Colors of #020829
Black with #020829
Text Example
Text Example
White with #020829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020829; }
p { color: rgb(2,8,41); }
H1.HeaderClassName
{
color: #020829;
}
.AnyTagClassName
{
color: #020829;
}
</style>
background-color css
<style>
a { background-color: #020829; }
a { background-color: rgb(2,8,41); }
div.DivClassName
{
background-color: #020829;
}
.BgClassName
{
background-color: #020829;
}
</style>
border-color css
<style>
span { border-color: #020829; }
span { border-color: rgb(2,8,41); }
td.TdClassName
{
border-color: #020829;
}
.TagClassName
{
border-color: #020829;
}
</style>