Shades of Jaguar #282831
Tints of Jaguar #282831
RGB
CMYK
RGB Variations
Color information
#282831 (or 0x282831) is known color: Jaguar. HEX triplet: 28, 28 and 31. RGB value is (40,40,49). Sum of RGB (Red+Green+Blue) = 40+40+49=129 (17% of max value = 765). Red value is 40 (16.02% from 255 or 31.01% from 129); Green value is 40 (16.02% from 255 or 31.01% from 129); Blue value is 49 (19.53% from 255 or 37.98% from 129); Max value from RGB is 49 - color contains mainly: blue. Hex color #282831 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282831 is #D7D7CE. Grayscale: #282828. Windows color (decimal): -14145487 or 3221544. OLE color: 3221544.
HSL color Cylindrical-coordinate representation of color #282831: hue angle of 240º degrees, saturation: 0.1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #282831 is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 40 | 40 | 49 | - |
| CMYK | 0.18 | 0.18 | 0 | 0.81 |
| HSL | 240º | 0.1% | 0.17% | - |
| HSV(B) | 240º | 0.18% | 0.19% | - |
| XYZ | 2.19 | 2.19 | 3.21 | - |
| YUV | 41.03 | 132.5 | 127.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 40 | 49 | 0.18 | 0.18 | 0 | 0.81 | 240 | 0.1 | 0.17 |
| Hex | 28 | 28 | 31 | 12 | 12 | 0 | 51 | F0 | A | 11 |
| Octal | 50 | 50 | 61 | 22 | 22 | 0 | 121 | 360 | 12 | 21 |
| Binary | 101000 | 101000 | 110001 | 10010 | 10010 | 0 | 1010001 | 11110000 | 1010 | 10001 |
Color Harmonies of #282831
Complementary color
Monochromatic Colors of #282831
Black with #282831
Text Example
Text Example
White with #282831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282831; }
p { color: rgb(40,40,49); }
H1.HeaderClassName
{
color: #282831;
}
.AnyTagClassName
{
color: #282831;
}
</style>
background-color css
<style>
a { background-color: #282831; }
a { background-color: rgb(40,40,49); }
div.DivClassName
{
background-color: #282831;
}
.BgClassName
{
background-color: #282831;
}
</style>
border-color css
<style>
span { border-color: #282831; }
span { border-color: rgb(40,40,49); }
td.TdClassName
{
border-color: #282831;
}
.TagClassName
{
border-color: #282831;
}
</style>