Shades of Black Russian #000032
Tints of Black Russian #000032
RGB
CMYK
RGB Variations
Color information
#000032 (or 0x000032) is known color: Black Russian. HEX triplet: 00, 00 and 32. RGB value is (0,0,50). Sum of RGB (Red+Green+Blue) = 0+0+50=50 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 50); Green value is 0 (0.39% from 255 or 0% from 50); Blue value is 50 (19.92% from 255 or 100% from 50); Max value from RGB is 50 - color contains mainly: blue. Hex color #000032 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000032 is #FFFFCD. Grayscale: #050505. Windows color (decimal): -16777166 or 3276800. OLE color: 3276800.
HSL color Cylindrical-coordinate representation of color #000032: hue angle of 240º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000032 is Cyan = 1, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 0 | 0 | 50 | - |
| CMYK | 1 | 1 | 0 | 0.80 |
| HSL | 240º | 1% | 0.1% | - |
| HSV(B) | 240º | 1% | 0.2% | - |
| XYZ | 0.58 | 0.23 | 3.03 | - |
| YUV | 5.7 | 153 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 0 | 50 | 1 | 1 | 0 | 0.80 | 240 | 1 | 0.1 |
| Hex | 0 | 0 | 32 | 64 | 64 | 0 | 50 | F0 | 64 | A |
| Octal | 0 | 0 | 62 | 144 | 144 | 0 | 120 | 360 | 144 | 12 |
| Binary | 0 | 0 | 110010 | 1100100 | 1100100 | 0 | 1010000 | 11110000 | 1100100 | 1010 |
Color Harmonies of #000032
Complementary color
Monochromatic Colors of #000032
Black with #000032
Text Example
Text Example
White with #000032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000032; }
p { color: rgb(0,0,50); }
H1.HeaderClassName
{
color: #000032;
}
.AnyTagClassName
{
color: #000032;
}
</style>
background-color css
<style>
a { background-color: #000032; }
a { background-color: rgb(0,0,50); }
div.DivClassName
{
background-color: #000032;
}
.BgClassName
{
background-color: #000032;
}
</style>
border-color css
<style>
span { border-color: #000032; }
span { border-color: rgb(0,0,50); }
td.TdClassName
{
border-color: #000032;
}
.TagClassName
{
border-color: #000032;
}
</style>