Shades of Elephant #21353D
Tints of Elephant #21353D
RGB
CMYK
RGB Variations
Color information
#21353D (or 0x21353D) is known color: Elephant. HEX triplet: 21, 35 and 3D. RGB value is (33,53,61). Sum of RGB (Red+Green+Blue) = 33+53+61=147 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.45% from 147); Green value is 53 (21.09% from 255 or 36.05% from 147); Blue value is 61 (24.22% from 255 or 41.50% from 147); Max value from RGB is 61 - color contains mainly: blue. Hex color #21353D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21353D is #DECAC2. Grayscale: #2F2F2F. Windows color (decimal): -14600899 or 4011297. OLE color: 4011297.
HSL color Cylindrical-coordinate representation of color #21353D: hue angle of 197.14º 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 #21353D is Cyan = 0.46, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 33 | 53 | 61 | - |
| CMYK | 0.46 | 0.13 | 0 | 0.76 |
| HSL | 197.14º | 0.3% | 0.18% | - |
| HSV(B) | 197.14º | 0.46% | 0.24% | - |
| XYZ | 2.74 | 3.21 | 4.89 | - |
| YUV | 47.93 | 135.37 | 117.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 53 | 61 | 0.46 | 0.13 | 0 | 0.76 | 197.14 | 0.3 | 0.18 |
| Hex | 21 | 35 | 3D | 2E | D | 0 | 4C | C5 | 1E | 12 |
| Octal | 41 | 65 | 75 | 56 | 15 | 0 | 114 | 305 | 36 | 22 |
| Binary | 100001 | 110101 | 111101 | 101110 | 1101 | 0 | 1001100 | 11000101 | 11110 | 10010 |
Color Harmonies of #21353D
Complementary color
Monochromatic Colors of #21353D
Black with #21353D
Text Example
Text Example
White with #21353D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21353D; }
p { color: rgb(33,53,61); }
H1.HeaderClassName
{
color: #21353D;
}
.AnyTagClassName
{
color: #21353D;
}
</style>
background-color css
<style>
a { background-color: #21353D; }
a { background-color: rgb(33,53,61); }
div.DivClassName
{
background-color: #21353D;
}
.BgClassName
{
background-color: #21353D;
}
</style>
border-color css
<style>
span { border-color: #21353D; }
span { border-color: rgb(33,53,61); }
td.TdClassName
{
border-color: #21353D;
}
.TagClassName
{
border-color: #21353D;
}
</style>