Shades of Elephant #21333D
Tints of Elephant #21333D
RGB
CMYK
RGB Variations
Color information
#21333D (or 0x21333D) is known color: Elephant. HEX triplet: 21, 33 and 3D. RGB value is (33,51,61). Sum of RGB (Red+Green+Blue) = 33+51+61=145 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.76% from 145); Green value is 51 (20.31% from 255 or 35.17% from 145); Blue value is 61 (24.22% from 255 or 42.07% from 145); Max value from RGB is 61 - color contains mainly: blue. Hex color #21333D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21333D is #DECCC2. Grayscale: #2E2E2E. Windows color (decimal): -14601411 or 4010785. OLE color: 4010785.
HSL color Cylindrical-coordinate representation of color #21333D: hue angle of 201.43º degrees, saturation: 0.3, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #21333D is Cyan = 0.46, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 33 | 51 | 61 | - |
| CMYK | 0.46 | 0.16 | 0 | 0.76 |
| HSL | 201.43º | 0.3% | 0.18% | - |
| HSV(B) | 201.43º | 0.46% | 0.24% | - |
| XYZ | 2.65 | 3.03 | 4.86 | - |
| YUV | 46.76 | 136.04 | 118.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 51 | 61 | 0.46 | 0.16 | 0 | 0.76 | 201.43 | 0.3 | 0.18 |
| Hex | 21 | 33 | 3D | 2E | 10 | 0 | 4C | C9 | 1E | 12 |
| Octal | 41 | 63 | 75 | 56 | 20 | 0 | 114 | 311 | 36 | 22 |
| Binary | 100001 | 110011 | 111101 | 101110 | 10000 | 0 | 1001100 | 11001001 | 11110 | 10010 |
Color Harmonies of #21333D
Complementary color
Monochromatic Colors of #21333D
Black with #21333D
Text Example
Text Example
White with #21333D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21333D; }
p { color: rgb(33,51,61); }
H1.HeaderClassName
{
color: #21333D;
}
.AnyTagClassName
{
color: #21333D;
}
</style>
background-color css
<style>
a { background-color: #21333D; }
a { background-color: rgb(33,51,61); }
div.DivClassName
{
background-color: #21333D;
}
.BgClassName
{
background-color: #21333D;
}
</style>
border-color css
<style>
span { border-color: #21333D; }
span { border-color: rgb(33,51,61); }
td.TdClassName
{
border-color: #21333D;
}
.TagClassName
{
border-color: #21333D;
}
</style>