Shades of Cinder #21272C
Tints of Cinder #21272C
RGB
CMYK
RGB Variations
Color information
#21272C (or 0x21272C) is known color: Cinder. HEX triplet: 21, 27 and 2C. RGB value is (33,39,44). Sum of RGB (Red+Green+Blue) = 33+39+44=116 (15% of max value = 765). Red value is 33 (13.28% from 255 or 28.45% from 116); Green value is 39 (15.62% from 255 or 33.62% from 116); Blue value is 44 (17.58% from 255 or 37.93% from 116); Max value from RGB is 44 - color contains mainly: blue. Hex color #21272C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21272C is #DED8D3. Grayscale: #252525. Windows color (decimal): -14604500 or 2893601. OLE color: 2893601.
HSL color Cylindrical-coordinate representation of color #21272C: hue angle of 207.27º degrees, saturation: 0.14, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #21272C is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 33 | 39 | 44 | - |
| CMYK | 0.25 | 0.11 | 0 | 0.83 |
| HSL | 207.27º | 0.14% | 0.15% | - |
| HSV(B) | 207.27º | 0.25% | 0.17% | - |
| XYZ | 1.81 | 1.96 | 2.67 | - |
| YUV | 37.78 | 131.51 | 124.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 39 | 44 | 0.25 | 0.11 | 0 | 0.83 | 207.27 | 0.14 | 0.15 |
| Hex | 21 | 27 | 2C | 19 | B | 0 | 53 | CF | E | F |
| Octal | 41 | 47 | 54 | 31 | 13 | 0 | 123 | 317 | 16 | 17 |
| Binary | 100001 | 100111 | 101100 | 11001 | 1011 | 0 | 1010011 | 11001111 | 1110 | 1111 |
Color Harmonies of #21272C
Complementary color
Monochromatic Colors of #21272C
Black with #21272C
Text Example
Text Example
White with #21272C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21272C; }
p { color: rgb(33,39,44); }
H1.HeaderClassName
{
color: #21272C;
}
.AnyTagClassName
{
color: #21272C;
}
</style>
background-color css
<style>
a { background-color: #21272C; }
a { background-color: rgb(33,39,44); }
div.DivClassName
{
background-color: #21272C;
}
.BgClassName
{
background-color: #21272C;
}
</style>
border-color css
<style>
span { border-color: #21272C; }
span { border-color: rgb(33,39,44); }
td.TdClassName
{
border-color: #21272C;
}
.TagClassName
{
border-color: #21272C;
}
</style>