Shades of Elephant #21343E
Tints of Elephant #21343E
RGB
CMYK
RGB Variations
Color information
#21343E (or 0x21343E) is known color: Elephant. HEX triplet: 21, 34 and 3E. RGB value is (33,52,62). Sum of RGB (Red+Green+Blue) = 33+52+62=147 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.45% from 147); Green value is 52 (20.70% from 255 or 35.37% from 147); Blue value is 62 (24.61% from 255 or 42.18% from 147); Max value from RGB is 62 - color contains mainly: blue. Hex color #21343E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21343E is #DECBC1. Grayscale: #2F2F2F. Windows color (decimal): -14601154 or 4076577. OLE color: 4076577.
HSL color Cylindrical-coordinate representation of color #21343E: hue angle of 200.69º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #21343E is Cyan = 0.47, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 33 | 52 | 62 | - |
| CMYK | 0.47 | 0.16 | 0 | 0.76 |
| HSL | 200.69º | 0.31% | 0.19% | - |
| HSV(B) | 200.69º | 0.47% | 0.24% | - |
| XYZ | 2.72 | 3.13 | 5.02 | - |
| YUV | 47.46 | 136.21 | 117.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 52 | 62 | 0.47 | 0.16 | 0 | 0.76 | 200.69 | 0.31 | 0.19 |
| Hex | 21 | 34 | 3E | 2F | 10 | 0 | 4C | C9 | 1F | 13 |
| Octal | 41 | 64 | 76 | 57 | 20 | 0 | 114 | 311 | 37 | 23 |
| Binary | 100001 | 110100 | 111110 | 101111 | 10000 | 0 | 1001100 | 11001001 | 11111 | 10011 |
Color Harmonies of #21343E
Complementary color
Monochromatic Colors of #21343E
Black with #21343E
Text Example
Text Example
White with #21343E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21343E; }
p { color: rgb(33,52,62); }
H1.HeaderClassName
{
color: #21343E;
}
.AnyTagClassName
{
color: #21343E;
}
</style>
background-color css
<style>
a { background-color: #21343E; }
a { background-color: rgb(33,52,62); }
div.DivClassName
{
background-color: #21343E;
}
.BgClassName
{
background-color: #21343E;
}
</style>
border-color css
<style>
span { border-color: #21343E; }
span { border-color: rgb(33,52,62); }
td.TdClassName
{
border-color: #21343E;
}
.TagClassName
{
border-color: #21343E;
}
</style>