Shades of Jaguar #282835
Tints of Jaguar #282835
RGB
CMYK
RGB Variations
Color information
#282835 (or 0x282835) is known color: Jaguar. HEX triplet: 28, 28 and 35. RGB value is (40,40,53). Sum of RGB (Red+Green+Blue) = 40+40+53=133 (17% of max value = 765). Red value is 40 (16.02% from 255 or 30.08% from 133); Green value is 40 (16.02% from 255 or 30.08% from 133); Blue value is 53 (21.09% from 255 or 39.85% from 133); Max value from RGB is 53 - color contains mainly: blue. Hex color #282835 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282835 is #D7D7CA. Grayscale: #292929. Windows color (decimal): -14145483 or 3483688. OLE color: 3483688.
HSL color Cylindrical-coordinate representation of color #282835: hue angle of 240º degrees, saturation: 0.14, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #282835 is Cyan = 0.25, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 40 | 40 | 53 | - |
| CMYK | 0.25 | 0.25 | 0 | 0.79 |
| HSL | 240º | 0.14% | 0.18% | - |
| HSV(B) | 240º | 0.25% | 0.21% | - |
| XYZ | 2.28 | 2.23 | 3.68 | - |
| YUV | 41.48 | 134.5 | 126.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 40 | 53 | 0.25 | 0.25 | 0 | 0.79 | 240 | 0.14 | 0.18 |
| Hex | 28 | 28 | 35 | 19 | 19 | 0 | 4F | F0 | E | 12 |
| Octal | 50 | 50 | 65 | 31 | 31 | 0 | 117 | 360 | 16 | 22 |
| Binary | 101000 | 101000 | 110101 | 11001 | 11001 | 0 | 1001111 | 11110000 | 1110 | 10010 |
Color Harmonies of #282835
Complementary color
Monochromatic Colors of #282835
Black with #282835
Text Example
Text Example
White with #282835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282835; }
p { color: rgb(40,40,53); }
H1.HeaderClassName
{
color: #282835;
}
.AnyTagClassName
{
color: #282835;
}
</style>
background-color css
<style>
a { background-color: #282835; }
a { background-color: rgb(40,40,53); }
div.DivClassName
{
background-color: #282835;
}
.BgClassName
{
background-color: #282835;
}
</style>
border-color css
<style>
span { border-color: #282835; }
span { border-color: rgb(40,40,53); }
td.TdClassName
{
border-color: #282835;
}
.TagClassName
{
border-color: #282835;
}
</style>