Shades of Elephant #213841
Tints of Elephant #213841
RGB
CMYK
RGB Variations
Color information
#213841 (or 0x213841) is known color: Elephant. HEX triplet: 21, 38 and 41. RGB value is (33,56,65). Sum of RGB (Red+Green+Blue) = 33+56+65=154 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.43% from 154); Green value is 56 (22.27% from 255 or 36.36% from 154); Blue value is 65 (25.78% from 255 or 42.21% from 154); Max value from RGB is 65 - color contains mainly: blue. Hex color #213841 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213841 is #DEC7BE. Grayscale: #323232. Windows color (decimal): -14600127 or 4274209. OLE color: 4274209.
HSL color Cylindrical-coordinate representation of color #213841: hue angle of 196.88º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #213841 is Cyan = 0.49, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 33 | 56 | 65 | - |
| CMYK | 0.49 | 0.14 | 0 | 0.75 |
| HSL | 196.88º | 0.33% | 0.19% | - |
| HSV(B) | 196.88º | 0.49% | 0.25% | - |
| XYZ | 3 | 3.53 | 5.53 | - |
| YUV | 50.15 | 136.38 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 56 | 65 | 0.49 | 0.14 | 0 | 0.75 | 196.88 | 0.33 | 0.19 |
| Hex | 21 | 38 | 41 | 31 | E | 0 | 4B | C5 | 21 | 13 |
| Octal | 41 | 70 | 101 | 61 | 16 | 0 | 113 | 305 | 41 | 23 |
| Binary | 100001 | 111000 | 1000001 | 110001 | 1110 | 0 | 1001011 | 11000101 | 100001 | 10011 |
Color Harmonies of #213841
Complementary color
Monochromatic Colors of #213841
Black with #213841
Text Example
Text Example
White with #213841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213841; }
p { color: rgb(33,56,65); }
H1.HeaderClassName
{
color: #213841;
}
.AnyTagClassName
{
color: #213841;
}
</style>
background-color css
<style>
a { background-color: #213841; }
a { background-color: rgb(33,56,65); }
div.DivClassName
{
background-color: #213841;
}
.BgClassName
{
background-color: #213841;
}
</style>
border-color css
<style>
span { border-color: #213841; }
span { border-color: rgb(33,56,65); }
td.TdClassName
{
border-color: #213841;
}
.TagClassName
{
border-color: #213841;
}
</style>