Shades of Blue Charcoal #202932
Tints of Blue Charcoal #202932
RGB
CMYK
RGB Variations
Color information
#202932 (or 0x202932) is known color: Blue Charcoal. HEX triplet: 20, 29 and 32. RGB value is (32,41,50). Sum of RGB (Red+Green+Blue) = 32+41+50=123 (16% of max value = 765). Red value is 32 (12.89% from 255 or 26.02% from 123); Green value is 41 (16.41% from 255 or 33.33% from 123); Blue value is 50 (19.92% from 255 or 40.65% from 123); Max value from RGB is 50 - color contains mainly: blue. Hex color #202932 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202932 is #DFD6CD. Grayscale: #272727. Windows color (decimal): -14669518 or 3287328. OLE color: 3287328.
HSL color Cylindrical-coordinate representation of color #202932: hue angle of 210º 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 #202932 is Cyan = 0.36, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 32 | 41 | 50 | - |
| CMYK | 0.36 | 0.18 | 0 | 0.80 |
| HSL | 210º | 0.22% | 0.16% | - |
| HSV(B) | 210º | 0.36% | 0.2% | - |
| XYZ | 1.96 | 2.12 | 3.32 | - |
| YUV | 39.34 | 134.02 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 41 | 50 | 0.36 | 0.18 | 0 | 0.80 | 210 | 0.22 | 0.16 |
| Hex | 20 | 29 | 32 | 24 | 12 | 0 | 50 | D2 | 16 | 10 |
| Octal | 40 | 51 | 62 | 44 | 22 | 0 | 120 | 322 | 26 | 20 |
| Binary | 100000 | 101001 | 110010 | 100100 | 10010 | 0 | 1010000 | 11010010 | 10110 | 10000 |
Color Harmonies of #202932
Complementary color
Monochromatic Colors of #202932
Black with #202932
Text Example
Text Example
White with #202932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202932; }
p { color: rgb(32,41,50); }
H1.HeaderClassName
{
color: #202932;
}
.AnyTagClassName
{
color: #202932;
}
</style>
background-color css
<style>
a { background-color: #202932; }
a { background-color: rgb(32,41,50); }
div.DivClassName
{
background-color: #202932;
}
.BgClassName
{
background-color: #202932;
}
</style>
border-color css
<style>
span { border-color: #202932; }
span { border-color: rgb(32,41,50); }
td.TdClassName
{
border-color: #202932;
}
.TagClassName
{
border-color: #202932;
}
</style>