Shades of Elephant #21343D
Tints of Elephant #21343D
RGB
CMYK
RGB Variations
Color information
#21343D (or 0x21343D) is known color: Elephant. HEX triplet: 21, 34 and 3D. RGB value is (33,52,61). Sum of RGB (Red+Green+Blue) = 33+52+61=146 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.60% from 146); Green value is 52 (20.70% from 255 or 35.62% from 146); Blue value is 61 (24.22% from 255 or 41.78% from 146); Max value from RGB is 61 - color contains mainly: blue. Hex color #21343D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21343D is #DECBC2. Grayscale: #2F2F2F. Windows color (decimal): -14601155 or 4011041. OLE color: 4011041.
HSL color Cylindrical-coordinate representation of color #21343D: hue angle of 199.29º degrees, saturation: 0.3, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #21343D is Cyan = 0.46, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 33 | 52 | 61 | - |
| CMYK | 0.46 | 0.15 | 0 | 0.76 |
| HSL | 199.29º | 0.3% | 0.18% | - |
| HSV(B) | 199.29º | 0.46% | 0.24% | - |
| XYZ | 2.7 | 3.12 | 4.87 | - |
| YUV | 47.35 | 135.71 | 117.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 52 | 61 | 0.46 | 0.15 | 0 | 0.76 | 199.29 | 0.3 | 0.18 |
| Hex | 21 | 34 | 3D | 2E | F | 0 | 4C | C7 | 1E | 12 |
| Octal | 41 | 64 | 75 | 56 | 17 | 0 | 114 | 307 | 36 | 22 |
| Binary | 100001 | 110100 | 111101 | 101110 | 1111 | 0 | 1001100 | 11000111 | 11110 | 10010 |
Color Harmonies of #21343D
Complementary color
Monochromatic Colors of #21343D
Black with #21343D
Text Example
Text Example
White with #21343D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21343D; }
p { color: rgb(33,52,61); }
H1.HeaderClassName
{
color: #21343D;
}
.AnyTagClassName
{
color: #21343D;
}
</style>
background-color css
<style>
a { background-color: #21343D; }
a { background-color: rgb(33,52,61); }
div.DivClassName
{
background-color: #21343D;
}
.BgClassName
{
background-color: #21343D;
}
</style>
border-color css
<style>
span { border-color: #21343D; }
span { border-color: rgb(33,52,61); }
td.TdClassName
{
border-color: #21343D;
}
.TagClassName
{
border-color: #21343D;
}
</style>