Shades of Jaguar #282731
Tints of Jaguar #282731
RGB
CMYK
RGB Variations
Color information
#282731 (or 0x282731) is known color: Jaguar. HEX triplet: 28, 27 and 31. RGB value is (40,39,49). Sum of RGB (Red+Green+Blue) = 40+39+49=128 (16% of max value = 765). Red value is 40 (16.02% from 255 or 31.25% from 128); Green value is 39 (15.62% from 255 or 30.47% from 128); Blue value is 49 (19.53% from 255 or 38.28% from 128); Max value from RGB is 49 - color contains mainly: blue. Hex color #282731 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282731 is #D7D8CE. Grayscale: #282828. Windows color (decimal): -14145743 or 3221288. OLE color: 3221288.
HSL color Cylindrical-coordinate representation of color #282731: hue angle of 246º degrees, saturation: 0.11, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #282731 is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 40 | 39 | 49 | - |
| CMYK | 0.18 | 0.20 | 0 | 0.81 |
| HSL | 246º | 0.11% | 0.17% | - |
| HSV(B) | 246º | 0.2% | 0.19% | - |
| XYZ | 2.15 | 2.12 | 3.2 | - |
| YUV | 40.44 | 132.83 | 127.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 39 | 49 | 0.18 | 0.20 | 0 | 0.81 | 246 | 0.11 | 0.17 |
| Hex | 28 | 27 | 31 | 12 | 14 | 0 | 51 | F6 | B | 11 |
| Octal | 50 | 47 | 61 | 22 | 24 | 0 | 121 | 366 | 13 | 21 |
| Binary | 101000 | 100111 | 110001 | 10010 | 10100 | 0 | 1010001 | 11110110 | 1011 | 10001 |
Color Harmonies of #282731
Complementary color
Monochromatic Colors of #282731
Black with #282731
Text Example
Text Example
White with #282731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282731; }
p { color: rgb(40,39,49); }
H1.HeaderClassName
{
color: #282731;
}
.AnyTagClassName
{
color: #282731;
}
</style>
background-color css
<style>
a { background-color: #282731; }
a { background-color: rgb(40,39,49); }
div.DivClassName
{
background-color: #282731;
}
.BgClassName
{
background-color: #282731;
}
</style>
border-color css
<style>
span { border-color: #282731; }
span { border-color: rgb(40,39,49); }
td.TdClassName
{
border-color: #282731;
}
.TagClassName
{
border-color: #282731;
}
</style>