Shades of Black Russian #202332
Tints of Black Russian #202332
RGB
CMYK
RGB Variations
Color information
#202332 (or 0x202332) is known color: Black Russian. HEX triplet: 20, 23 and 32. RGB value is (32,35,50). Sum of RGB (Red+Green+Blue) = 32+35+50=117 (15% of max value = 765). Red value is 32 (12.89% from 255 or 27.35% from 117); Green value is 35 (14.06% from 255 or 29.91% from 117); Blue value is 50 (19.92% from 255 or 42.74% from 117); Max value from RGB is 50 - color contains mainly: blue. Hex color #202332 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202332 is #DFDCCD. Grayscale: #232323. Windows color (decimal): -14671054 or 3285792. OLE color: 3285792.
HSL color Cylindrical-coordinate representation of color #202332: hue angle of 230º degrees, saturation: 0.22, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #202332 is Cyan = 0.36, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
RGB | 32 | 35 | 50 | - |
CMYK | 0.36 | 0.30 | 0 | 0.80 |
HSL | 230º | 0.22% | 0.16% | - |
HSV(B) | 230º | 0.36% | 0.2% | - |
XYZ | 1.77 | 1.74 | 3.26 | - |
YUV | 35.81 | 136.01 | 125.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 32 | 35 | 50 | 0.36 | 0.30 | 0 | 0.80 | 230 | 0.22 | 0.16 |
Hex | 20 | 23 | 32 | 24 | 1E | 0 | 50 | E6 | 16 | 10 |
Octal | 40 | 43 | 62 | 44 | 36 | 0 | 120 | 346 | 26 | 20 |
Binary | 100000 | 100011 | 110010 | 100100 | 11110 | 0 | 1010000 | 11100110 | 10110 | 10000 |
Color Harmonies of #202332
Complementary color
Monochromatic Colors of #202332
Black with #202332
Text Example
Text Example
White with #202332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202332; }
p { color: rgb(32,35,50); }
H1.HeaderClassName
{
color: #202332;
}
.AnyTagClassName
{
color: #202332;
}
</style>
background-color css
<style>
a { background-color: #202332; }
a { background-color: rgb(32,35,50); }
div.DivClassName
{
background-color: #202332;
}
.BgClassName
{
background-color: #202332;
}
</style>
border-color css
<style>
span { border-color: #202332; }
span { border-color: rgb(32,35,50); }
td.TdClassName
{
border-color: #202332;
}
.TagClassName
{
border-color: #202332;
}
</style>