Shades of Elephant #21323C
Tints of Elephant #21323C
RGB
CMYK
RGB Variations
Color information
#21323C (or 0x21323C) is known color: Elephant. HEX triplet: 21, 32 and 3C. RGB value is (33,50,60). Sum of RGB (Red+Green+Blue) = 33+50+60=143 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.08% from 143); Green value is 50 (19.92% from 255 or 34.97% from 143); Blue value is 60 (23.83% from 255 or 41.96% from 143); Max value from RGB is 60 - color contains mainly: blue. Hex color #21323C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21323C is #DECDC3. Grayscale: #2E2E2E. Windows color (decimal): -14601668 or 3944993. OLE color: 3944993.
HSL color Cylindrical-coordinate representation of color #21323C: hue angle of 202.22º 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 #21323C is Cyan = 0.45, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 33 | 50 | 60 | - |
| CMYK | 0.45 | 0.17 | 0 | 0.76 |
| HSL | 202.22º | 0.29% | 0.18% | - |
| HSV(B) | 202.22º | 0.45% | 0.24% | - |
| XYZ | 2.58 | 2.93 | 4.7 | - |
| YUV | 46.06 | 135.87 | 118.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 50 | 60 | 0.45 | 0.17 | 0 | 0.76 | 202.22 | 0.29 | 0.18 |
| Hex | 21 | 32 | 3C | 2D | 11 | 0 | 4C | CA | 1D | 12 |
| Octal | 41 | 62 | 74 | 55 | 21 | 0 | 114 | 312 | 35 | 22 |
| Binary | 100001 | 110010 | 111100 | 101101 | 10001 | 0 | 1001100 | 11001010 | 11101 | 10010 |
Color Harmonies of #21323C
Complementary color
Monochromatic Colors of #21323C
Black with #21323C
Text Example
Text Example
White with #21323C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21323C; }
p { color: rgb(33,50,60); }
H1.HeaderClassName
{
color: #21323C;
}
.AnyTagClassName
{
color: #21323C;
}
</style>
background-color css
<style>
a { background-color: #21323C; }
a { background-color: rgb(33,50,60); }
div.DivClassName
{
background-color: #21323C;
}
.BgClassName
{
background-color: #21323C;
}
</style>
border-color css
<style>
span { border-color: #21323C; }
span { border-color: rgb(33,50,60); }
td.TdClassName
{
border-color: #21323C;
}
.TagClassName
{
border-color: #21323C;
}
</style>