Shades of Jaguar #27272E
Tints of Jaguar #27272E
RGB
CMYK
RGB Variations
Color information
#27272E (or 0x27272E) is known color: Jaguar. HEX triplet: 27, 27 and 2E. RGB value is (39,39,46). Sum of RGB (Red+Green+Blue) = 39+39+46=124 (16% of max value = 765). Red value is 39 (15.62% from 255 or 31.45% from 124); Green value is 39 (15.62% from 255 or 31.45% from 124); Blue value is 46 (18.36% from 255 or 37.10% from 124); Max value from RGB is 46 - color contains mainly: blue. Hex color #27272E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27272E is #D8D8D1. Grayscale: #272727. Windows color (decimal): -14211282 or 3024679. OLE color: 3024679.
HSL color Cylindrical-coordinate representation of color #27272E: hue angle of 240º degrees, saturation: 0.08, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #27272E is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 39 | 39 | 46 | - |
| CMYK | 0.15 | 0.15 | 0 | 0.82 |
| HSL | 240º | 0.08% | 0.17% | - |
| HSV(B) | 240º | 0.15% | 0.18% | - |
| XYZ | 2.06 | 2.08 | 2.88 | - |
| YUV | 39.8 | 131.5 | 127.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 39 | 46 | 0.15 | 0.15 | 0 | 0.82 | 240 | 0.08 | 0.17 |
| Hex | 27 | 27 | 2E | F | F | 0 | 52 | F0 | 8 | 11 |
| Octal | 47 | 47 | 56 | 17 | 17 | 0 | 122 | 360 | 10 | 21 |
| Binary | 100111 | 100111 | 101110 | 1111 | 1111 | 0 | 1010010 | 11110000 | 1000 | 10001 |
Color Harmonies of #27272E
Complementary color
Monochromatic Colors of #27272E
Black with #27272E
Text Example
Text Example
White with #27272E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27272E; }
p { color: rgb(39,39,46); }
H1.HeaderClassName
{
color: #27272E;
}
.AnyTagClassName
{
color: #27272E;
}
</style>
background-color css
<style>
a { background-color: #27272E; }
a { background-color: rgb(39,39,46); }
div.DivClassName
{
background-color: #27272E;
}
.BgClassName
{
background-color: #27272E;
}
</style>
border-color css
<style>
span { border-color: #27272E; }
span { border-color: rgb(39,39,46); }
td.TdClassName
{
border-color: #27272E;
}
.TagClassName
{
border-color: #27272E;
}
</style>