Shades of Elephant #28363E
Tints of Elephant #28363E
RGB
CMYK
RGB Variations
Color information
#28363E (or 0x28363E) is known color: Elephant. HEX triplet: 28, 36 and 3E. RGB value is (40,54,62). Sum of RGB (Red+Green+Blue) = 40+54+62=156 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.64% from 156); Green value is 54 (21.48% from 255 or 34.62% from 156); Blue value is 62 (24.61% from 255 or 39.74% from 156); Max value from RGB is 62 - color contains mainly: blue. Hex color #28363E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28363E is #D7C9C1. Grayscale: #323232. Windows color (decimal): -14141890 or 4077096. OLE color: 4077096.
HSL color Cylindrical-coordinate representation of color #28363E: hue angle of 201.82º degrees, saturation: 0.22, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #28363E is Cyan = 0.35, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 40 | 54 | 62 | - |
| CMYK | 0.35 | 0.13 | 0 | 0.76 |
| HSL | 201.82º | 0.22% | 0.2% | - |
| HSV(B) | 201.82º | 0.35% | 0.24% | - |
| XYZ | 3.06 | 3.44 | 5.06 | - |
| YUV | 50.73 | 134.36 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 54 | 62 | 0.35 | 0.13 | 0 | 0.76 | 201.82 | 0.22 | 0.2 |
| Hex | 28 | 36 | 3E | 23 | D | 0 | 4C | CA | 16 | 14 |
| Octal | 50 | 66 | 76 | 43 | 15 | 0 | 114 | 312 | 26 | 24 |
| Binary | 101000 | 110110 | 111110 | 100011 | 1101 | 0 | 1001100 | 11001010 | 10110 | 10100 |
Color Harmonies of #28363E
Complementary color
Monochromatic Colors of #28363E
Black with #28363E
Text Example
Text Example
White with #28363E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28363E; }
p { color: rgb(40,54,62); }
H1.HeaderClassName
{
color: #28363E;
}
.AnyTagClassName
{
color: #28363E;
}
</style>
background-color css
<style>
a { background-color: #28363E; }
a { background-color: rgb(40,54,62); }
div.DivClassName
{
background-color: #28363E;
}
.BgClassName
{
background-color: #28363E;
}
</style>
border-color css
<style>
span { border-color: #28363E; }
span { border-color: rgb(40,54,62); }
td.TdClassName
{
border-color: #28363E;
}
.TagClassName
{
border-color: #28363E;
}
</style>