Shades of Black Russian #00051D
Tints of Black Russian #00051D
RGB
CMYK
RGB Variations
Color information
#00051D (or 0x00051D) is known color: Black Russian. HEX triplet: 00, 05 and 1D. RGB value is (0,5,29). Sum of RGB (Red+Green+Blue) = 0+5+29=34 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 34); Green value is 5 (2.34% from 255 or 14.71% from 34); Blue value is 29 (11.72% from 255 or 85.29% from 34); Max value from RGB is 29 - color contains mainly: blue. Hex color #00051D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00051D is #FFFAE2. Grayscale: #060606. Windows color (decimal): -16775907 or 1901824. OLE color: 1901824.
HSL color Cylindrical-coordinate representation of color #00051D: hue angle of 229.66º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00051D is Cyan = 1, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 0 | 5 | 29 | - |
| CMYK | 1 | 0.83 | 0 | 0.89 |
| HSL | 229.66º | 1% | 0.06% | - |
| HSV(B) | 229.66º | 1% | 0.11% | - |
| XYZ | 0.28 | 0.2 | 1.19 | - |
| YUV | 6.24 | 140.84 | 123.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 5 | 29 | 1 | 0.83 | 0 | 0.89 | 229.66 | 1 | 0.06 |
| Hex | 0 | 5 | 1D | 64 | 53 | 0 | 59 | E6 | 64 | 6 |
| Octal | 0 | 5 | 35 | 144 | 123 | 0 | 131 | 346 | 144 | 6 |
| Binary | 0 | 101 | 11101 | 1100100 | 1010011 | 0 | 1011001 | 11100110 | 1100100 | 110 |
Color Harmonies of #00051D
Complementary color
Monochromatic Colors of #00051D
Black with #00051D
Text Example
Text Example
White with #00051D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00051D; }
p { color: rgb(0,5,29); }
H1.HeaderClassName
{
color: #00051D;
}
.AnyTagClassName
{
color: #00051D;
}
</style>
background-color css
<style>
a { background-color: #00051D; }
a { background-color: rgb(0,5,29); }
div.DivClassName
{
background-color: #00051D;
}
.BgClassName
{
background-color: #00051D;
}
</style>
border-color css
<style>
span { border-color: #00051D; }
span { border-color: rgb(0,5,29); }
td.TdClassName
{
border-color: #00051D;
}
.TagClassName
{
border-color: #00051D;
}
</style>