Shades of Elephant #28353D
Tints of Elephant #28353D
RGB
CMYK
RGB Variations
Color information
#28353D (or 0x28353D) is known color: Elephant. HEX triplet: 28, 35 and 3D. RGB value is (40,53,61). Sum of RGB (Red+Green+Blue) = 40+53+61=154 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.97% from 154); Green value is 53 (21.09% from 255 or 34.42% from 154); Blue value is 61 (24.22% from 255 or 39.61% from 154); Max value from RGB is 61 - color contains mainly: blue. Hex color #28353D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28353D is #D7CAC2. Grayscale: #313131. Windows color (decimal): -14142147 or 4011304. OLE color: 4011304.
HSL color Cylindrical-coordinate representation of color #28353D: hue angle of 202.86º degrees, saturation: 0.21, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #28353D is Cyan = 0.34, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 40 | 53 | 61 | - |
| CMYK | 0.34 | 0.13 | 0 | 0.76 |
| HSL | 202.86º | 0.21% | 0.2% | - |
| HSV(B) | 202.86º | 0.34% | 0.24% | - |
| XYZ | 2.99 | 3.33 | 4.9 | - |
| YUV | 50.03 | 134.19 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 53 | 61 | 0.34 | 0.13 | 0 | 0.76 | 202.86 | 0.21 | 0.2 |
| Hex | 28 | 35 | 3D | 22 | D | 0 | 4C | CB | 15 | 14 |
| Octal | 50 | 65 | 75 | 42 | 15 | 0 | 114 | 313 | 25 | 24 |
| Binary | 101000 | 110101 | 111101 | 100010 | 1101 | 0 | 1001100 | 11001011 | 10101 | 10100 |
Color Harmonies of #28353D
Complementary color
Monochromatic Colors of #28353D
Black with #28353D
Text Example
Text Example
White with #28353D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28353D; }
p { color: rgb(40,53,61); }
H1.HeaderClassName
{
color: #28353D;
}
.AnyTagClassName
{
color: #28353D;
}
</style>
background-color css
<style>
a { background-color: #28353D; }
a { background-color: rgb(40,53,61); }
div.DivClassName
{
background-color: #28353D;
}
.BgClassName
{
background-color: #28353D;
}
</style>
border-color css
<style>
span { border-color: #28353D; }
span { border-color: rgb(40,53,61); }
td.TdClassName
{
border-color: #28353D;
}
.TagClassName
{
border-color: #28353D;
}
</style>