Shades of Cinder #212B31
Tints of Cinder #212B31
RGB
CMYK
RGB Variations
Color information
#212B31 (or 0x212B31) is known color: Cinder. HEX triplet: 21, 2B and 31. RGB value is (33,43,49). Sum of RGB (Red+Green+Blue) = 33+43+49=125 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.4% from 125); Green value is 43 (17.19% from 255 or 34.4% from 125); Blue value is 49 (19.53% from 255 or 39.2% from 125); Max value from RGB is 49 - color contains mainly: blue. Hex color #212B31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212B31 is #DED4CE. Grayscale: #282828. Windows color (decimal): -14603471 or 3222305. OLE color: 3222305.
HSL color Cylindrical-coordinate representation of color #212B31: hue angle of 202.5º degrees, saturation: 0.2, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #212B31 is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 33 | 43 | 49 | - |
| CMYK | 0.33 | 0.12 | 0 | 0.81 |
| HSL | 202.5º | 0.2% | 0.16% | - |
| HSV(B) | 202.5º | 0.33% | 0.19% | - |
| XYZ | 2.05 | 2.27 | 3.24 | - |
| YUV | 40.69 | 132.69 | 122.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 43 | 49 | 0.33 | 0.12 | 0 | 0.81 | 202.5 | 0.2 | 0.16 |
| Hex | 21 | 2B | 31 | 21 | C | 0 | 51 | CA | 14 | 10 |
| Octal | 41 | 53 | 61 | 41 | 14 | 0 | 121 | 312 | 24 | 20 |
| Binary | 100001 | 101011 | 110001 | 100001 | 1100 | 0 | 1010001 | 11001010 | 10100 | 10000 |
Color Harmonies of #212B31
Complementary color
Monochromatic Colors of #212B31
Black with #212B31
Text Example
Text Example
White with #212B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212B31; }
p { color: rgb(33,43,49); }
H1.HeaderClassName
{
color: #212B31;
}
.AnyTagClassName
{
color: #212B31;
}
</style>
background-color css
<style>
a { background-color: #212B31; }
a { background-color: rgb(33,43,49); }
div.DivClassName
{
background-color: #212B31;
}
.BgClassName
{
background-color: #212B31;
}
</style>
border-color css
<style>
span { border-color: #212B31; }
span { border-color: rgb(33,43,49); }
td.TdClassName
{
border-color: #212B31;
}
.TagClassName
{
border-color: #212B31;
}
</style>