Shades of Elephant #28333A
Tints of Elephant #28333A
RGB
CMYK
RGB Variations
Color information
#28333A (or 0x28333A) is known color: Elephant. HEX triplet: 28, 33 and 3A. RGB value is (40,51,58). Sum of RGB (Red+Green+Blue) = 40+51+58=149 (19% of max value = 765). Red value is 40 (16.02% from 255 or 26.85% from 149); Green value is 51 (20.31% from 255 or 34.23% from 149); Blue value is 58 (23.05% from 255 or 38.93% from 149); Max value from RGB is 58 - color contains mainly: blue. Hex color #28333A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28333A is #D7CCC5. Grayscale: #303030. Windows color (decimal): -14142662 or 3814184. OLE color: 3814184.
HSL color Cylindrical-coordinate representation of color #28333A: hue angle of 203.33º degrees, saturation: 0.18, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #28333A is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 40 | 51 | 58 | - |
| CMYK | 0.31 | 0.12 | 0 | 0.77 |
| HSL | 203.33º | 0.18% | 0.19% | - |
| HSV(B) | 203.33º | 0.31% | 0.23% | - |
| XYZ | 2.82 | 3.12 | 4.46 | - |
| YUV | 48.51 | 133.36 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 51 | 58 | 0.31 | 0.12 | 0 | 0.77 | 203.33 | 0.18 | 0.19 |
| Hex | 28 | 33 | 3A | 1F | C | 0 | 4D | CB | 12 | 13 |
| Octal | 50 | 63 | 72 | 37 | 14 | 0 | 115 | 313 | 22 | 23 |
| Binary | 101000 | 110011 | 111010 | 11111 | 1100 | 0 | 1001101 | 11001011 | 10010 | 10011 |
Color Harmonies of #28333A
Complementary color
Monochromatic Colors of #28333A
Black with #28333A
Text Example
Text Example
White with #28333A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28333A; }
p { color: rgb(40,51,58); }
H1.HeaderClassName
{
color: #28333A;
}
.AnyTagClassName
{
color: #28333A;
}
</style>
background-color css
<style>
a { background-color: #28333A; }
a { background-color: rgb(40,51,58); }
div.DivClassName
{
background-color: #28333A;
}
.BgClassName
{
background-color: #28333A;
}
</style>
border-color css
<style>
span { border-color: #28333A; }
span { border-color: rgb(40,51,58); }
td.TdClassName
{
border-color: #28333A;
}
.TagClassName
{
border-color: #28333A;
}
</style>