Shades of Black Russian #030429
Tints of Black Russian #030429
RGB
CMYK
RGB Variations
Color information
#030429 (or 0x030429) is known color: Black Russian. HEX triplet: 03, 04 and 29. RGB value is (3,4,41). Sum of RGB (Red+Green+Blue) = 3+4+41=48 (6% of max value = 765). Red value is 3 (1.56% from 255 or 6.25% from 48); Green value is 4 (1.95% from 255 or 8.33% from 48); Blue value is 41 (16.41% from 255 or 85.42% from 48); Max value from RGB is 41 - color contains mainly: blue. Hex color #030429 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030429 is #FCFBD6. Grayscale: #070707. Windows color (decimal): -16579543 or 2688003. OLE color: 2688003.
HSL color Cylindrical-coordinate representation of color #030429: hue angle of 238.42º degrees, saturation: 0.86, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #030429 is Cyan = 0.93, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 3 | 4 | 41 | - |
| CMYK | 0.93 | 0.90 | 0 | 0.84 |
| HSL | 238.42º | 0.86% | 0.09% | - |
| HSV(B) | 238.42º | 0.93% | 0.16% | - |
| XYZ | 0.48 | 0.27 | 2.12 | - |
| YUV | 7.92 | 146.67 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 4 | 41 | 0.93 | 0.90 | 0 | 0.84 | 238.42 | 0.86 | 0.09 |
| Hex | 3 | 4 | 29 | 5D | 5A | 0 | 54 | EE | 56 | 9 |
| Octal | 3 | 4 | 51 | 135 | 132 | 0 | 124 | 356 | 126 | 11 |
| Binary | 11 | 100 | 101001 | 1011101 | 1011010 | 0 | 1010100 | 11101110 | 1010110 | 1001 |
Color Harmonies of #030429
Complementary color
Monochromatic Colors of #030429
Black with #030429
Text Example
Text Example
White with #030429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030429; }
p { color: rgb(3,4,41); }
H1.HeaderClassName
{
color: #030429;
}
.AnyTagClassName
{
color: #030429;
}
</style>
background-color css
<style>
a { background-color: #030429; }
a { background-color: rgb(3,4,41); }
div.DivClassName
{
background-color: #030429;
}
.BgClassName
{
background-color: #030429;
}
</style>
border-color css
<style>
span { border-color: #030429; }
span { border-color: rgb(3,4,41); }
td.TdClassName
{
border-color: #030429;
}
.TagClassName
{
border-color: #030429;
}
</style>