Shades of Black Russian #00052C
Tints of Black Russian #00052C
RGB
CMYK
RGB Variations
Color information
#00052C (or 0x00052C) is known color: Black Russian. HEX triplet: 00, 05 and 2C. RGB value is (0,5,44). Sum of RGB (Red+Green+Blue) = 0+5+44=49 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 49); Green value is 5 (2.34% from 255 or 10.20% from 49); Blue value is 44 (17.58% from 255 or 89.80% from 49); Max value from RGB is 44 - color contains mainly: blue. Hex color #00052C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00052C is #FFFAD3. Grayscale: #070707. Windows color (decimal): -16775892 or 2884864. OLE color: 2884864.
HSL color Cylindrical-coordinate representation of color #00052C: hue angle of 233.18º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00052C is Cyan = 1, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 0 | 5 | 44 | - |
| CMYK | 1 | 0.89 | 0 | 0.83 |
| HSL | 233.18º | 1% | 0.09% | - |
| HSV(B) | 233.18º | 1% | 0.17% | - |
| XYZ | 0.51 | 0.29 | 2.41 | - |
| YUV | 7.95 | 148.34 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 5 | 44 | 1 | 0.89 | 0 | 0.83 | 233.18 | 1 | 0.09 |
| Hex | 0 | 5 | 2C | 64 | 59 | 0 | 53 | E9 | 64 | 9 |
| Octal | 0 | 5 | 54 | 144 | 131 | 0 | 123 | 351 | 144 | 11 |
| Binary | 0 | 101 | 101100 | 1100100 | 1011001 | 0 | 1010011 | 11101001 | 1100100 | 1001 |
Color Harmonies of #00052C
Complementary color
Monochromatic Colors of #00052C
Black with #00052C
Text Example
Text Example
White with #00052C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00052C; }
p { color: rgb(0,5,44); }
H1.HeaderClassName
{
color: #00052C;
}
.AnyTagClassName
{
color: #00052C;
}
</style>
background-color css
<style>
a { background-color: #00052C; }
a { background-color: rgb(0,5,44); }
div.DivClassName
{
background-color: #00052C;
}
.BgClassName
{
background-color: #00052C;
}
</style>
border-color css
<style>
span { border-color: #00052C; }
span { border-color: rgb(0,5,44); }
td.TdClassName
{
border-color: #00052C;
}
.TagClassName
{
border-color: #00052C;
}
</style>