Shades of Cinder #21282D
Tints of Cinder #21282D
RGB
CMYK
RGB Variations
Color information
#21282D (or 0x21282D) is known color: Cinder. HEX triplet: 21, 28 and 2D. RGB value is (33,40,45). Sum of RGB (Red+Green+Blue) = 33+40+45=118 (15% of max value = 765). Red value is 33 (13.28% from 255 or 27.97% from 118); Green value is 40 (16.02% from 255 or 33.90% from 118); Blue value is 45 (17.97% from 255 or 38.14% from 118); Max value from RGB is 45 - color contains mainly: blue. Hex color #21282D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21282D is #DED7D2. Grayscale: #262626. Windows color (decimal): -14604243 or 2959393. OLE color: 2959393.
HSL color Cylindrical-coordinate representation of color #21282D: hue angle of 205º degrees, saturation: 0.15, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #21282D is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 33 | 40 | 45 | - |
| CMYK | 0.27 | 0.11 | 0 | 0.82 |
| HSL | 205º | 0.15% | 0.15% | - |
| HSV(B) | 205º | 0.27% | 0.18% | - |
| XYZ | 1.86 | 2.03 | 2.78 | - |
| YUV | 38.48 | 131.68 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 40 | 45 | 0.27 | 0.11 | 0 | 0.82 | 205 | 0.15 | 0.15 |
| Hex | 21 | 28 | 2D | 1B | B | 0 | 52 | CD | F | F |
| Octal | 41 | 50 | 55 | 33 | 13 | 0 | 122 | 315 | 17 | 17 |
| Binary | 100001 | 101000 | 101101 | 11011 | 1011 | 0 | 1010010 | 11001101 | 1111 | 1111 |
Color Harmonies of #21282D
Complementary color
Monochromatic Colors of #21282D
Black with #21282D
Text Example
Text Example
White with #21282D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21282D; }
p { color: rgb(33,40,45); }
H1.HeaderClassName
{
color: #21282D;
}
.AnyTagClassName
{
color: #21282D;
}
</style>
background-color css
<style>
a { background-color: #21282D; }
a { background-color: rgb(33,40,45); }
div.DivClassName
{
background-color: #21282D;
}
.BgClassName
{
background-color: #21282D;
}
</style>
border-color css
<style>
span { border-color: #21282D; }
span { border-color: rgb(33,40,45); }
td.TdClassName
{
border-color: #21282D;
}
.TagClassName
{
border-color: #21282D;
}
</style>