Shades of Elephant #21323B
Tints of Elephant #21323B
RGB
CMYK
RGB Variations
Color information
#21323B (or 0x21323B) is known color: Elephant. HEX triplet: 21, 32 and 3B. RGB value is (33,50,59). Sum of RGB (Red+Green+Blue) = 33+50+59=142 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.24% from 142); Green value is 50 (19.92% from 255 or 35.21% from 142); Blue value is 59 (23.44% from 255 or 41.55% from 142); Max value from RGB is 59 - color contains mainly: blue. Hex color #21323B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21323B is #DECDC4. Grayscale: #2D2D2D. Windows color (decimal): -14601669 or 3879457. OLE color: 3879457.
HSL color Cylindrical-coordinate representation of color #21323B: hue angle of 200.77º degrees, saturation: 0.28, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #21323B is Cyan = 0.44, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 33 | 50 | 59 | - |
| CMYK | 0.44 | 0.15 | 0 | 0.77 |
| HSL | 200.77º | 0.28% | 0.18% | - |
| HSV(B) | 200.77º | 0.44% | 0.23% | - |
| XYZ | 2.56 | 2.92 | 4.57 | - |
| YUV | 45.94 | 135.37 | 118.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 50 | 59 | 0.44 | 0.15 | 0 | 0.77 | 200.77 | 0.28 | 0.18 |
| Hex | 21 | 32 | 3B | 2C | F | 0 | 4D | C9 | 1C | 12 |
| Octal | 41 | 62 | 73 | 54 | 17 | 0 | 115 | 311 | 34 | 22 |
| Binary | 100001 | 110010 | 111011 | 101100 | 1111 | 0 | 1001101 | 11001001 | 11100 | 10010 |
Color Harmonies of #21323B
Complementary color
Monochromatic Colors of #21323B
Black with #21323B
Text Example
Text Example
White with #21323B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21323B; }
p { color: rgb(33,50,59); }
H1.HeaderClassName
{
color: #21323B;
}
.AnyTagClassName
{
color: #21323B;
}
</style>
background-color css
<style>
a { background-color: #21323B; }
a { background-color: rgb(33,50,59); }
div.DivClassName
{
background-color: #21323B;
}
.BgClassName
{
background-color: #21323B;
}
</style>
border-color css
<style>
span { border-color: #21323B; }
span { border-color: rgb(33,50,59); }
td.TdClassName
{
border-color: #21323B;
}
.TagClassName
{
border-color: #21323B;
}
</style>