Shades of Cinder #202A31
Tints of Cinder #202A31
RGB
CMYK
RGB Variations
Color information
#202A31 (or 0x202A31) is known color: Cinder. HEX triplet: 20, 2A and 31. RGB value is (32,42,49). Sum of RGB (Red+Green+Blue) = 32+42+49=123 (16% of max value = 765). Red value is 32 (12.89% from 255 or 26.02% from 123); Green value is 42 (16.80% from 255 or 34.15% from 123); Blue value is 49 (19.53% from 255 or 39.84% from 123); Max value from RGB is 49 - color contains mainly: blue. Hex color #202A31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202A31 is #DFD5CE. Grayscale: #272727. Windows color (decimal): -14669263 or 3222048. OLE color: 3222048.
HSL color Cylindrical-coordinate representation of color #202A31: hue angle of 204.71º degrees, saturation: 0.21, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #202A31 is Cyan = 0.35, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 32 | 42 | 49 | - |
| CMYK | 0.35 | 0.14 | 0 | 0.81 |
| HSL | 204.71º | 0.21% | 0.16% | - |
| HSV(B) | 204.71º | 0.35% | 0.19% | - |
| XYZ | 1.98 | 2.18 | 3.22 | - |
| YUV | 39.81 | 133.19 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 42 | 49 | 0.35 | 0.14 | 0 | 0.81 | 204.71 | 0.21 | 0.16 |
| Hex | 20 | 2A | 31 | 23 | E | 0 | 51 | CD | 15 | 10 |
| Octal | 40 | 52 | 61 | 43 | 16 | 0 | 121 | 315 | 25 | 20 |
| Binary | 100000 | 101010 | 110001 | 100011 | 1110 | 0 | 1010001 | 11001101 | 10101 | 10000 |
Color Harmonies of #202A31
Complementary color
Monochromatic Colors of #202A31
Black with #202A31
Text Example
Text Example
White with #202A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202A31; }
p { color: rgb(32,42,49); }
H1.HeaderClassName
{
color: #202A31;
}
.AnyTagClassName
{
color: #202A31;
}
</style>
background-color css
<style>
a { background-color: #202A31; }
a { background-color: rgb(32,42,49); }
div.DivClassName
{
background-color: #202A31;
}
.BgClassName
{
background-color: #202A31;
}
</style>
border-color css
<style>
span { border-color: #202A31; }
span { border-color: rgb(32,42,49); }
td.TdClassName
{
border-color: #202A31;
}
.TagClassName
{
border-color: #202A31;
}
</style>