Shades of Elephant #283840
Tints of Elephant #283840
RGB
CMYK
RGB Variations
Color information
#283840 (or 0x283840) is known color: Elephant. HEX triplet: 28, 38 and 40. RGB value is (40,56,64). Sum of RGB (Red+Green+Blue) = 40+56+64=160 (21% of max value = 765). Red value is 40 (16.02% from 255 or 25% from 160); Green value is 56 (22.27% from 255 or 35% from 160); Blue value is 64 (25.39% from 255 or 40% from 160); Max value from RGB is 64 - color contains mainly: blue. Hex color #283840 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283840 is #D7C7BF. Grayscale: #343434. Windows color (decimal): -14141376 or 4208680. OLE color: 4208680.
HSL color Cylindrical-coordinate representation of color #283840: hue angle of 200º degrees, saturation: 0.23, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #283840 is Cyan = 0.38, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 40 | 56 | 64 | - |
| CMYK | 0.38 | 0.13 | 0 | 0.75 |
| HSL | 200º | 0.23% | 0.2% | - |
| HSV(B) | 200º | 0.38% | 0.25% | - |
| XYZ | 3.21 | 3.65 | 5.39 | - |
| YUV | 52.13 | 134.7 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 56 | 64 | 0.38 | 0.13 | 0 | 0.75 | 200 | 0.23 | 0.2 |
| Hex | 28 | 38 | 40 | 26 | D | 0 | 4B | C8 | 17 | 14 |
| Octal | 50 | 70 | 100 | 46 | 15 | 0 | 113 | 310 | 27 | 24 |
| Binary | 101000 | 111000 | 1000000 | 100110 | 1101 | 0 | 1001011 | 11001000 | 10111 | 10100 |
Color Harmonies of #283840
Complementary color
Monochromatic Colors of #283840
Black with #283840
Text Example
Text Example
White with #283840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283840; }
p { color: rgb(40,56,64); }
H1.HeaderClassName
{
color: #283840;
}
.AnyTagClassName
{
color: #283840;
}
</style>
background-color css
<style>
a { background-color: #283840; }
a { background-color: rgb(40,56,64); }
div.DivClassName
{
background-color: #283840;
}
.BgClassName
{
background-color: #283840;
}
</style>
border-color css
<style>
span { border-color: #283840; }
span { border-color: rgb(40,56,64); }
td.TdClassName
{
border-color: #283840;
}
.TagClassName
{
border-color: #283840;
}
</style>