Shades of Jaguar #28282C
Tints of Jaguar #28282C
RGB
CMYK
RGB Variations
Color information
#28282C (or 0x28282C) is known color: Jaguar. HEX triplet: 28, 28 and 2C. RGB value is (40,40,44). Sum of RGB (Red+Green+Blue) = 40+40+44=124 (16% of max value = 765). Red value is 40 (16.02% from 255 or 32.26% from 124); Green value is 40 (16.02% from 255 or 32.26% from 124); Blue value is 44 (17.58% from 255 or 35.48% from 124); Max value from RGB is 44 - color contains mainly: blue. Hex color #28282C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28282C is #D7D7D3. Grayscale: #282828. Windows color (decimal): -14145492 or 2893864. OLE color: 2893864.
HSL color Cylindrical-coordinate representation of color #28282C: hue angle of 240º degrees, saturation: 0.05, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #28282C is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 40 | 40 | 44 | - |
| CMYK | 0.09 | 0.09 | 0 | 0.83 |
| HSL | 240º | 0.05% | 0.16% | - |
| HSV(B) | 240º | 0.09% | 0.17% | - |
| XYZ | 2.09 | 2.15 | 2.69 | - |
| YUV | 40.46 | 130 | 127.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 40 | 44 | 0.09 | 0.09 | 0 | 0.83 | 240 | 0.05 | 0.16 |
| Hex | 28 | 28 | 2C | 9 | 9 | 0 | 53 | F0 | 5 | 10 |
| Octal | 50 | 50 | 54 | 11 | 11 | 0 | 123 | 360 | 5 | 20 |
| Binary | 101000 | 101000 | 101100 | 1001 | 1001 | 0 | 1010011 | 11110000 | 101 | 10000 |
Color Harmonies of #28282C
Complementary color
Monochromatic Colors of #28282C
Black with #28282C
Text Example
Text Example
White with #28282C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28282C; }
p { color: rgb(40,40,44); }
H1.HeaderClassName
{
color: #28282C;
}
.AnyTagClassName
{
color: #28282C;
}
</style>
background-color css
<style>
a { background-color: #28282C; }
a { background-color: rgb(40,40,44); }
div.DivClassName
{
background-color: #28282C;
}
.BgClassName
{
background-color: #28282C;
}
</style>
border-color css
<style>
span { border-color: #28282C; }
span { border-color: rgb(40,40,44); }
td.TdClassName
{
border-color: #28282C;
}
.TagClassName
{
border-color: #28282C;
}
</style>