Shades of Black Russian #030E29
Tints of Black Russian #030E29
RGB
CMYK
RGB Variations
Color information
#030E29 (or 0x030E29) is known color: Black Russian. HEX triplet: 03, 0E and 29. RGB value is (3,14,41). Sum of RGB (Red+Green+Blue) = 3+14+41=58 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.17% from 58); Green value is 14 (5.86% from 255 or 24.14% from 58); Blue value is 41 (16.41% from 255 or 70.69% from 58); Max value from RGB is 41 - color contains mainly: blue. Hex color #030E29 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030E29 is #FCF1D6. Grayscale: #0D0D0D. Windows color (decimal): -16576983 or 2690563. OLE color: 2690563.
HSL color Cylindrical-coordinate representation of color #030E29: hue angle of 222.63º 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 #030E29 is Cyan = 0.93, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 3 | 14 | 41 | - |
| CMYK | 0.93 | 0.66 | 0 | 0.84 |
| HSL | 222.63º | 0.86% | 0.09% | - |
| HSV(B) | 222.63º | 0.93% | 0.16% | - |
| XYZ | 0.59 | 0.49 | 2.16 | - |
| YUV | 13.79 | 143.36 | 120.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 14 | 41 | 0.93 | 0.66 | 0 | 0.84 | 222.63 | 0.86 | 0.09 |
| Hex | 3 | E | 29 | 5D | 42 | 0 | 54 | DF | 56 | 9 |
| Octal | 3 | 16 | 51 | 135 | 102 | 0 | 124 | 337 | 126 | 11 |
| Binary | 11 | 1110 | 101001 | 1011101 | 1000010 | 0 | 1010100 | 11011111 | 1010110 | 1001 |
Color Harmonies of #030E29
Complementary color
Monochromatic Colors of #030E29
Black with #030E29
Text Example
Text Example
White with #030E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030E29; }
p { color: rgb(3,14,41); }
H1.HeaderClassName
{
color: #030E29;
}
.AnyTagClassName
{
color: #030E29;
}
</style>
background-color css
<style>
a { background-color: #030E29; }
a { background-color: rgb(3,14,41); }
div.DivClassName
{
background-color: #030E29;
}
.BgClassName
{
background-color: #030E29;
}
</style>
border-color css
<style>
span { border-color: #030E29; }
span { border-color: rgb(3,14,41); }
td.TdClassName
{
border-color: #030E29;
}
.TagClassName
{
border-color: #030E29;
}
</style>