Shades of Blue Charcoal #21272D
Tints of Blue Charcoal #21272D
RGB
CMYK
RGB Variations
Color information
#21272D (or 0x21272D) is known color: Blue Charcoal. HEX triplet: 21, 27 and 2D. RGB value is (33,39,45). Sum of RGB (Red+Green+Blue) = 33+39+45=117 (15% of max value = 765). Red value is 33 (13.28% from 255 or 28.21% from 117); Green value is 39 (15.62% from 255 or 33.33% from 117); Blue value is 45 (17.97% from 255 or 38.46% from 117); Max value from RGB is 45 - color contains mainly: blue. Hex color #21272D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21272D is #DED8D2. Grayscale: #252525. Windows color (decimal): -14604499 or 2959137. OLE color: 2959137.
HSL color Cylindrical-coordinate representation of color #21272D: hue angle of 210º 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 #21272D is Cyan = 0.27, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 33 | 39 | 45 | - |
| CMYK | 0.27 | 0.13 | 0 | 0.82 |
| HSL | 210º | 0.15% | 0.15% | - |
| HSV(B) | 210º | 0.27% | 0.18% | - |
| XYZ | 1.83 | 1.96 | 2.77 | - |
| YUV | 37.89 | 132.01 | 124.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 39 | 45 | 0.27 | 0.13 | 0 | 0.82 | 210 | 0.15 | 0.15 |
| Hex | 21 | 27 | 2D | 1B | D | 0 | 52 | D2 | F | F |
| Octal | 41 | 47 | 55 | 33 | 15 | 0 | 122 | 322 | 17 | 17 |
| Binary | 100001 | 100111 | 101101 | 11011 | 1101 | 0 | 1010010 | 11010010 | 1111 | 1111 |
Color Harmonies of #21272D
Complementary color
Monochromatic Colors of #21272D
Black with #21272D
Text Example
Text Example
White with #21272D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21272D; }
p { color: rgb(33,39,45); }
H1.HeaderClassName
{
color: #21272D;
}
.AnyTagClassName
{
color: #21272D;
}
</style>
background-color css
<style>
a { background-color: #21272D; }
a { background-color: rgb(33,39,45); }
div.DivClassName
{
background-color: #21272D;
}
.BgClassName
{
background-color: #21272D;
}
</style>
border-color css
<style>
span { border-color: #21272D; }
span { border-color: rgb(33,39,45); }
td.TdClassName
{
border-color: #21272D;
}
.TagClassName
{
border-color: #21272D;
}
</style>