Shades of Elephant #21373F
Tints of Elephant #21373F
RGB
CMYK
RGB Variations
Color information
#21373F (or 0x21373F) is known color: Elephant. HEX triplet: 21, 37 and 3F. RGB value is (33,55,63). Sum of RGB (Red+Green+Blue) = 33+55+63=151 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.85% from 151); Green value is 55 (21.88% from 255 or 36.42% from 151); Blue value is 63 (25% from 255 or 41.72% from 151); Max value from RGB is 63 - color contains mainly: blue. Hex color #21373F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21373F is #DEC8C0. Grayscale: #313131. Windows color (decimal): -14600385 or 4142881. OLE color: 4142881.
HSL color Cylindrical-coordinate representation of color #21373F: hue angle of 196º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #21373F is Cyan = 0.48, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 33 | 55 | 63 | - |
| CMYK | 0.48 | 0.13 | 0 | 0.75 |
| HSL | 196º | 0.31% | 0.19% | - |
| HSV(B) | 196º | 0.48% | 0.25% | - |
| XYZ | 2.89 | 3.41 | 5.21 | - |
| YUV | 49.33 | 135.71 | 116.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 55 | 63 | 0.48 | 0.13 | 0 | 0.75 | 196 | 0.31 | 0.19 |
| Hex | 21 | 37 | 3F | 30 | D | 0 | 4B | C4 | 1F | 13 |
| Octal | 41 | 67 | 77 | 60 | 15 | 0 | 113 | 304 | 37 | 23 |
| Binary | 100001 | 110111 | 111111 | 110000 | 1101 | 0 | 1001011 | 11000100 | 11111 | 10011 |
Color Harmonies of #21373F
Complementary color
Monochromatic Colors of #21373F
Black with #21373F
Text Example
Text Example
White with #21373F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21373F; }
p { color: rgb(33,55,63); }
H1.HeaderClassName
{
color: #21373F;
}
.AnyTagClassName
{
color: #21373F;
}
</style>
background-color css
<style>
a { background-color: #21373F; }
a { background-color: rgb(33,55,63); }
div.DivClassName
{
background-color: #21373F;
}
.BgClassName
{
background-color: #21373F;
}
</style>
border-color css
<style>
span { border-color: #21373F; }
span { border-color: rgb(33,55,63); }
td.TdClassName
{
border-color: #21373F;
}
.TagClassName
{
border-color: #21373F;
}
</style>