Shades of Jaguar #272836
Tints of Jaguar #272836
RGB
CMYK
RGB Variations
Color information
#272836 (or 0x272836) is known color: Jaguar. HEX triplet: 27, 28 and 36. RGB value is (39,40,54). Sum of RGB (Red+Green+Blue) = 39+40+54=133 (17% of max value = 765). Red value is 39 (15.62% from 255 or 29.32% from 133); Green value is 40 (16.02% from 255 or 30.08% from 133); Blue value is 54 (21.48% from 255 or 40.60% from 133); Max value from RGB is 54 - color contains mainly: blue. Hex color #272836 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272836 is #D8D7C9. Grayscale: #292929. Windows color (decimal): -14211018 or 3549223. OLE color: 3549223.
HSL color Cylindrical-coordinate representation of color #272836: hue angle of 236º degrees, saturation: 0.16, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #272836 is Cyan = 0.28, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 39 | 40 | 54 | - |
| CMYK | 0.28 | 0.26 | 0 | 0.79 |
| HSL | 236º | 0.16% | 0.18% | - |
| HSV(B) | 236º | 0.28% | 0.21% | - |
| XYZ | 2.26 | 2.22 | 3.8 | - |
| YUV | 41.3 | 135.17 | 126.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 40 | 54 | 0.28 | 0.26 | 0 | 0.79 | 236 | 0.16 | 0.18 |
| Hex | 27 | 28 | 36 | 1C | 1A | 0 | 4F | EC | 10 | 12 |
| Octal | 47 | 50 | 66 | 34 | 32 | 0 | 117 | 354 | 20 | 22 |
| Binary | 100111 | 101000 | 110110 | 11100 | 11010 | 0 | 1001111 | 11101100 | 10000 | 10010 |
Color Harmonies of #272836
Complementary color
Monochromatic Colors of #272836
Black with #272836
Text Example
Text Example
White with #272836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272836; }
p { color: rgb(39,40,54); }
H1.HeaderClassName
{
color: #272836;
}
.AnyTagClassName
{
color: #272836;
}
</style>
background-color css
<style>
a { background-color: #272836; }
a { background-color: rgb(39,40,54); }
div.DivClassName
{
background-color: #272836;
}
.BgClassName
{
background-color: #272836;
}
</style>
border-color css
<style>
span { border-color: #272836; }
span { border-color: rgb(39,40,54); }
td.TdClassName
{
border-color: #272836;
}
.TagClassName
{
border-color: #272836;
}
</style>