Shades of Jaguar #27272D
Tints of Jaguar #27272D
RGB
CMYK
RGB Variations
Color information
#27272D (or 0x27272D) is known color: Jaguar. HEX triplet: 27, 27 and 2D. RGB value is (39,39,45). Sum of RGB (Red+Green+Blue) = 39+39+45=123 (16% of max value = 765). Red value is 39 (15.62% from 255 or 31.71% from 123); Green value is 39 (15.62% from 255 or 31.71% from 123); Blue value is 45 (17.97% from 255 or 36.59% from 123); Max value from RGB is 45 - color contains mainly: blue. Hex color #27272D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27272D is #D8D8D2. Grayscale: #272727. Windows color (decimal): -14211283 or 2959143. OLE color: 2959143.
HSL color Cylindrical-coordinate representation of color #27272D: hue angle of 240º degrees, saturation: 0.07, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #27272D is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 39 | 39 | 45 | - |
| CMYK | 0.13 | 0.13 | 0 | 0.82 |
| HSL | 240º | 0.07% | 0.16% | - |
| HSV(B) | 240º | 0.13% | 0.18% | - |
| XYZ | 2.04 | 2.07 | 2.78 | - |
| YUV | 39.68 | 131 | 127.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 39 | 45 | 0.13 | 0.13 | 0 | 0.82 | 240 | 0.07 | 0.16 |
| Hex | 27 | 27 | 2D | D | D | 0 | 52 | F0 | 7 | 10 |
| Octal | 47 | 47 | 55 | 15 | 15 | 0 | 122 | 360 | 7 | 20 |
| Binary | 100111 | 100111 | 101101 | 1101 | 1101 | 0 | 1010010 | 11110000 | 111 | 10000 |
Color Harmonies of #27272D
Complementary color
Monochromatic Colors of #27272D
Black with #27272D
Text Example
Text Example
White with #27272D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27272D; }
p { color: rgb(39,39,45); }
H1.HeaderClassName
{
color: #27272D;
}
.AnyTagClassName
{
color: #27272D;
}
</style>
background-color css
<style>
a { background-color: #27272D; }
a { background-color: rgb(39,39,45); }
div.DivClassName
{
background-color: #27272D;
}
.BgClassName
{
background-color: #27272D;
}
</style>
border-color css
<style>
span { border-color: #27272D; }
span { border-color: rgb(39,39,45); }
td.TdClassName
{
border-color: #27272D;
}
.TagClassName
{
border-color: #27272D;
}
</style>