Shades of Cinder #212A30
Tints of Cinder #212A30
RGB
CMYK
RGB Variations
Color information
#212A30 (or 0x212A30) is known color: Cinder. HEX triplet: 21, 2A and 30. RGB value is (33,42,48). Sum of RGB (Red+Green+Blue) = 33+42+48=123 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.83% from 123); Green value is 42 (16.80% from 255 or 34.15% from 123); Blue value is 48 (19.14% from 255 or 39.02% from 123); Max value from RGB is 48 - color contains mainly: blue. Hex color #212A30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212A30 is #DED5CF. Grayscale: #272727. Windows color (decimal): -14603728 or 3156513. OLE color: 3156513.
HSL color Cylindrical-coordinate representation of color #212A30: hue angle of 204º degrees, saturation: 0.19, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #212A30 is Cyan = 0.31, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 33 | 42 | 48 | - |
| CMYK | 0.31 | 0.13 | 0 | 0.81 |
| HSL | 204º | 0.19% | 0.16% | - |
| HSV(B) | 204º | 0.31% | 0.19% | - |
| XYZ | 1.99 | 2.19 | 3.11 | - |
| YUV | 39.99 | 132.52 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 42 | 48 | 0.31 | 0.13 | 0 | 0.81 | 204 | 0.19 | 0.16 |
| Hex | 21 | 2A | 30 | 1F | D | 0 | 51 | CC | 13 | 10 |
| Octal | 41 | 52 | 60 | 37 | 15 | 0 | 121 | 314 | 23 | 20 |
| Binary | 100001 | 101010 | 110000 | 11111 | 1101 | 0 | 1010001 | 11001100 | 10011 | 10000 |
Color Harmonies of #212A30
Complementary color
Monochromatic Colors of #212A30
Black with #212A30
Text Example
Text Example
White with #212A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212A30; }
p { color: rgb(33,42,48); }
H1.HeaderClassName
{
color: #212A30;
}
.AnyTagClassName
{
color: #212A30;
}
</style>
background-color css
<style>
a { background-color: #212A30; }
a { background-color: rgb(33,42,48); }
div.DivClassName
{
background-color: #212A30;
}
.BgClassName
{
background-color: #212A30;
}
</style>
border-color css
<style>
span { border-color: #212A30; }
span { border-color: rgb(33,42,48); }
td.TdClassName
{
border-color: #212A30;
}
.TagClassName
{
border-color: #212A30;
}
</style>