Shades of Elephant #21353E
Tints of Elephant #21353E
RGB
CMYK
RGB Variations
Color information
#21353E (or 0x21353E) is known color: Elephant. HEX triplet: 21, 35 and 3E. RGB value is (33,53,62). Sum of RGB (Red+Green+Blue) = 33+53+62=148 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.30% from 148); Green value is 53 (21.09% from 255 or 35.81% from 148); Blue value is 62 (24.61% from 255 or 41.89% from 148); Max value from RGB is 62 - color contains mainly: blue. Hex color #21353E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21353E is #DECAC1. Grayscale: #2F2F2F. Windows color (decimal): -14600898 or 4076833. OLE color: 4076833.
HSL color Cylindrical-coordinate representation of color #21353E: hue angle of 198.62º 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 #21353E is Cyan = 0.47, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 33 | 53 | 62 | - |
| CMYK | 0.47 | 0.15 | 0 | 0.76 |
| HSL | 198.62º | 0.31% | 0.19% | - |
| HSV(B) | 198.62º | 0.47% | 0.24% | - |
| XYZ | 2.77 | 3.22 | 5.03 | - |
| YUV | 48.05 | 135.87 | 117.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 53 | 62 | 0.47 | 0.15 | 0 | 0.76 | 198.62 | 0.31 | 0.19 |
| Hex | 21 | 35 | 3E | 2F | F | 0 | 4C | C7 | 1F | 13 |
| Octal | 41 | 65 | 76 | 57 | 17 | 0 | 114 | 307 | 37 | 23 |
| Binary | 100001 | 110101 | 111110 | 101111 | 1111 | 0 | 1001100 | 11000111 | 11111 | 10011 |
Color Harmonies of #21353E
Complementary color
Monochromatic Colors of #21353E
Black with #21353E
Text Example
Text Example
White with #21353E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21353E; }
p { color: rgb(33,53,62); }
H1.HeaderClassName
{
color: #21353E;
}
.AnyTagClassName
{
color: #21353E;
}
</style>
background-color css
<style>
a { background-color: #21353E; }
a { background-color: rgb(33,53,62); }
div.DivClassName
{
background-color: #21353E;
}
.BgClassName
{
background-color: #21353E;
}
</style>
border-color css
<style>
span { border-color: #21353E; }
span { border-color: rgb(33,53,62); }
td.TdClassName
{
border-color: #21353E;
}
.TagClassName
{
border-color: #21353E;
}
</style>