Shades of Elephant #21363F
Tints of Elephant #21363F
RGB
CMYK
RGB Variations
Color information
#21363F (or 0x21363F) is known color: Elephant. HEX triplet: 21, 36 and 3F. RGB value is (33,54,63). Sum of RGB (Red+Green+Blue) = 33+54+63=150 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22% from 150); Green value is 54 (21.48% from 255 or 36% from 150); Blue value is 63 (25% from 255 or 42% from 150); Max value from RGB is 63 - color contains mainly: blue. Hex color #21363F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21363F is #DEC9C0. Grayscale: #303030. Windows color (decimal): -14600641 or 4142625. OLE color: 4142625.
HSL color Cylindrical-coordinate representation of color #21363F: hue angle of 198º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #21363F is Cyan = 0.48, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 33 | 54 | 63 | - |
| CMYK | 0.48 | 0.14 | 0 | 0.75 |
| HSL | 198º | 0.31% | 0.19% | - |
| HSV(B) | 198º | 0.48% | 0.25% | - |
| XYZ | 2.84 | 3.32 | 5.19 | - |
| YUV | 48.75 | 136.04 | 116.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 54 | 63 | 0.48 | 0.14 | 0 | 0.75 | 198 | 0.31 | 0.19 |
| Hex | 21 | 36 | 3F | 30 | E | 0 | 4B | C6 | 1F | 13 |
| Octal | 41 | 66 | 77 | 60 | 16 | 0 | 113 | 306 | 37 | 23 |
| Binary | 100001 | 110110 | 111111 | 110000 | 1110 | 0 | 1001011 | 11000110 | 11111 | 10011 |
Color Harmonies of #21363F
Complementary color
Monochromatic Colors of #21363F
Black with #21363F
Text Example
Text Example
White with #21363F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21363F; }
p { color: rgb(33,54,63); }
H1.HeaderClassName
{
color: #21363F;
}
.AnyTagClassName
{
color: #21363F;
}
</style>
background-color css
<style>
a { background-color: #21363F; }
a { background-color: rgb(33,54,63); }
div.DivClassName
{
background-color: #21363F;
}
.BgClassName
{
background-color: #21363F;
}
</style>
border-color css
<style>
span { border-color: #21363F; }
span { border-color: rgb(33,54,63); }
td.TdClassName
{
border-color: #21363F;
}
.TagClassName
{
border-color: #21363F;
}
</style>