Shades of Elephant #283941
Tints of Elephant #283941
RGB
CMYK
RGB Variations
Color information
#283941 (or 0x283941) is known color: Elephant. HEX triplet: 28, 39 and 41. RGB value is (40,57,65). Sum of RGB (Red+Green+Blue) = 40+57+65=162 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.69% from 162); Green value is 57 (22.66% from 255 or 35.19% from 162); Blue value is 65 (25.78% from 255 or 40.12% from 162); Max value from RGB is 65 - color contains mainly: blue. Hex color #283941 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283941 is #D7C6BE. Grayscale: #343434. Windows color (decimal): -14141119 or 4274472. OLE color: 4274472.
HSL color Cylindrical-coordinate representation of color #283941: hue angle of 199.2º degrees, saturation: 0.24, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #283941 is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 40 | 57 | 65 | - |
| CMYK | 0.38 | 0.12 | 0 | 0.75 |
| HSL | 199.2º | 0.24% | 0.21% | - |
| HSV(B) | 199.2º | 0.38% | 0.25% | - |
| XYZ | 3.29 | 3.76 | 5.55 | - |
| YUV | 52.83 | 134.87 | 118.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 57 | 65 | 0.38 | 0.12 | 0 | 0.75 | 199.2 | 0.24 | 0.21 |
| Hex | 28 | 39 | 41 | 26 | C | 0 | 4B | C7 | 18 | 15 |
| Octal | 50 | 71 | 101 | 46 | 14 | 0 | 113 | 307 | 30 | 25 |
| Binary | 101000 | 111001 | 1000001 | 100110 | 1100 | 0 | 1001011 | 11000111 | 11000 | 10101 |
Color Harmonies of #283941
Complementary color
Monochromatic Colors of #283941
Black with #283941
Text Example
Text Example
White with #283941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283941; }
p { color: rgb(40,57,65); }
H1.HeaderClassName
{
color: #283941;
}
.AnyTagClassName
{
color: #283941;
}
</style>
background-color css
<style>
a { background-color: #283941; }
a { background-color: rgb(40,57,65); }
div.DivClassName
{
background-color: #283941;
}
.BgClassName
{
background-color: #283941;
}
</style>
border-color css
<style>
span { border-color: #283941; }
span { border-color: rgb(40,57,65); }
td.TdClassName
{
border-color: #283941;
}
.TagClassName
{
border-color: #283941;
}
</style>