Shades of Jaguar #282732
Tints of Jaguar #282732
RGB
CMYK
RGB Variations
Color information
#282732 (or 0x282732) is known color: Jaguar. HEX triplet: 28, 27 and 32. RGB value is (40,39,50). Sum of RGB (Red+Green+Blue) = 40+39+50=129 (17% of max value = 765). Red value is 40 (16.02% from 255 or 31.01% from 129); Green value is 39 (15.62% from 255 or 30.23% from 129); Blue value is 50 (19.92% from 255 or 38.76% from 129); Max value from RGB is 50 - color contains mainly: blue. Hex color #282732 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282732 is #D7D8CD. Grayscale: #282828. Windows color (decimal): -14145742 or 3286824. OLE color: 3286824.
HSL color Cylindrical-coordinate representation of color #282732: hue angle of 245.45º degrees, saturation: 0.12, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #282732 is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 40 | 39 | 50 | - |
| CMYK | 0.20 | 0.22 | 0 | 0.80 |
| HSL | 245.45º | 0.12% | 0.17% | - |
| HSV(B) | 245.45º | 0.22% | 0.2% | - |
| XYZ | 2.18 | 2.13 | 3.31 | - |
| YUV | 40.55 | 133.33 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 39 | 50 | 0.20 | 0.22 | 0 | 0.80 | 245.45 | 0.12 | 0.17 |
| Hex | 28 | 27 | 32 | 14 | 16 | 0 | 50 | F5 | C | 11 |
| Octal | 50 | 47 | 62 | 24 | 26 | 0 | 120 | 365 | 14 | 21 |
| Binary | 101000 | 100111 | 110010 | 10100 | 10110 | 0 | 1010000 | 11110101 | 1100 | 10001 |
Color Harmonies of #282732
Complementary color
Monochromatic Colors of #282732
Black with #282732
Text Example
Text Example
White with #282732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282732; }
p { color: rgb(40,39,50); }
H1.HeaderClassName
{
color: #282732;
}
.AnyTagClassName
{
color: #282732;
}
</style>
background-color css
<style>
a { background-color: #282732; }
a { background-color: rgb(40,39,50); }
div.DivClassName
{
background-color: #282732;
}
.BgClassName
{
background-color: #282732;
}
</style>
border-color css
<style>
span { border-color: #282732; }
span { border-color: rgb(40,39,50); }
td.TdClassName
{
border-color: #282732;
}
.TagClassName
{
border-color: #282732;
}
</style>