Shades of Elephant #21343C
Tints of Elephant #21343C
RGB
CMYK
RGB Variations
Color information
#21343C (or 0x21343C) is known color: Elephant. HEX triplet: 21, 34 and 3C. RGB value is (33,52,60). Sum of RGB (Red+Green+Blue) = 33+52+60=145 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.76% from 145); Green value is 52 (20.70% from 255 or 35.86% from 145); Blue value is 60 (23.83% from 255 or 41.38% from 145); Max value from RGB is 60 - color contains mainly: blue. Hex color #21343C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21343C is #DECBC3. Grayscale: #2F2F2F. Windows color (decimal): -14601156 or 3945505. OLE color: 3945505.
HSL color Cylindrical-coordinate representation of color #21343C: hue angle of 197.78º degrees, saturation: 0.29, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #21343C is Cyan = 0.45, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 33 | 52 | 60 | - |
| CMYK | 0.45 | 0.13 | 0 | 0.76 |
| HSL | 197.78º | 0.29% | 0.18% | - |
| HSV(B) | 197.78º | 0.45% | 0.24% | - |
| XYZ | 2.67 | 3.11 | 4.73 | - |
| YUV | 47.23 | 135.21 | 117.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 52 | 60 | 0.45 | 0.13 | 0 | 0.76 | 197.78 | 0.29 | 0.18 |
| Hex | 21 | 34 | 3C | 2D | D | 0 | 4C | C6 | 1D | 12 |
| Octal | 41 | 64 | 74 | 55 | 15 | 0 | 114 | 306 | 35 | 22 |
| Binary | 100001 | 110100 | 111100 | 101101 | 1101 | 0 | 1001100 | 11000110 | 11101 | 10010 |
Color Harmonies of #21343C
Complementary color
Monochromatic Colors of #21343C
Black with #21343C
Text Example
Text Example
White with #21343C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21343C; }
p { color: rgb(33,52,60); }
H1.HeaderClassName
{
color: #21343C;
}
.AnyTagClassName
{
color: #21343C;
}
</style>
background-color css
<style>
a { background-color: #21343C; }
a { background-color: rgb(33,52,60); }
div.DivClassName
{
background-color: #21343C;
}
.BgClassName
{
background-color: #21343C;
}
</style>
border-color css
<style>
span { border-color: #21343C; }
span { border-color: rgb(33,52,60); }
td.TdClassName
{
border-color: #21343C;
}
.TagClassName
{
border-color: #21343C;
}
</style>