Shades of Jaguar #282733
Tints of Jaguar #282733
RGB
CMYK
RGB Variations
Color information
#282733 (or 0x282733) is known color: Jaguar. HEX triplet: 28, 27 and 33. RGB value is (40,39,51). Sum of RGB (Red+Green+Blue) = 40+39+51=130 (17% of max value = 765). Red value is 40 (16.02% from 255 or 30.77% from 130); Green value is 39 (15.62% from 255 or 30% from 130); Blue value is 51 (20.31% from 255 or 39.23% from 130); Max value from RGB is 51 - color contains mainly: blue. Hex color #282733 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282733 is #D7D8CC. Grayscale: #282828. Windows color (decimal): -14145741 or 3352360. OLE color: 3352360.
HSL color Cylindrical-coordinate representation of color #282733: hue angle of 245º degrees, saturation: 0.13, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #282733 is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 40 | 39 | 51 | - |
| CMYK | 0.22 | 0.24 | 0 | 0.8 |
| HSL | 245º | 0.13% | 0.18% | - |
| HSV(B) | 245º | 0.24% | 0.2% | - |
| XYZ | 2.2 | 2.14 | 3.43 | - |
| YUV | 40.67 | 133.83 | 127.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 39 | 51 | 0.22 | 0.24 | 0 | 0.8 | 245 | 0.13 | 0.18 |
| Hex | 28 | 27 | 33 | 16 | 18 | 0 | 50 | F5 | D | 12 |
| Octal | 50 | 47 | 63 | 26 | 30 | 0 | 120 | 365 | 15 | 22 |
| Binary | 101000 | 100111 | 110011 | 10110 | 11000 | 0 | 1010000 | 11110101 | 1101 | 10010 |
Color Harmonies of #282733
Complementary color
Monochromatic Colors of #282733
Black with #282733
Text Example
Text Example
White with #282733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282733; }
p { color: rgb(40,39,51); }
H1.HeaderClassName
{
color: #282733;
}
.AnyTagClassName
{
color: #282733;
}
</style>
background-color css
<style>
a { background-color: #282733; }
a { background-color: rgb(40,39,51); }
div.DivClassName
{
background-color: #282733;
}
.BgClassName
{
background-color: #282733;
}
</style>
border-color css
<style>
span { border-color: #282733; }
span { border-color: rgb(40,39,51); }
td.TdClassName
{
border-color: #282733;
}
.TagClassName
{
border-color: #282733;
}
</style>