Shades of Jagger #362941
Tints of Jagger #362941
RGB
CMYK
RGB Variations
Color information
#362941 (or 0x362941) is known color: Jagger. HEX triplet: 36, 29 and 41. RGB value is (54,41,65). Sum of RGB (Red+Green+Blue) = 54+41+65=160 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.75% from 160); Green value is 41 (16.41% from 255 or 25.62% from 160); Blue value is 65 (25.78% from 255 or 40.62% from 160); Max value from RGB is 65 - color contains mainly: blue. Hex color #362941 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362941 is #C9D6BE. Grayscale: #2F2F2F. Windows color (decimal): -13227711 or 4270390. OLE color: 4270390.
HSL color Cylindrical-coordinate representation of color #362941: hue angle of 272.5º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #362941 is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 54 | 41 | 65 | - |
| CMYK | 0.17 | 0.37 | 0 | 0.75 |
| HSL | 272.5º | 0.23% | 0.21% | - |
| HSV(B) | 272.5º | 0.37% | 0.25% | - |
| XYZ | 3.27 | 2.75 | 5.36 | - |
| YUV | 47.62 | 137.81 | 132.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 41 | 65 | 0.17 | 0.37 | 0 | 0.75 | 272.5 | 0.23 | 0.21 |
| Hex | 36 | 29 | 41 | 11 | 25 | 0 | 4B | 110 | 17 | 15 |
| Octal | 66 | 51 | 101 | 21 | 45 | 0 | 113 | 420 | 27 | 25 |
| Binary | 110110 | 101001 | 1000001 | 10001 | 100101 | 0 | 1001011 | 100010000 | 10111 | 10101 |
Color Harmonies of #362941
Complementary color
Monochromatic Colors of #362941
Black with #362941
Text Example
Text Example
White with #362941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362941; }
p { color: rgb(54,41,65); }
H1.HeaderClassName
{
color: #362941;
}
.AnyTagClassName
{
color: #362941;
}
</style>
background-color css
<style>
a { background-color: #362941; }
a { background-color: rgb(54,41,65); }
div.DivClassName
{
background-color: #362941;
}
.BgClassName
{
background-color: #362941;
}
</style>
border-color css
<style>
span { border-color: #362941; }
span { border-color: rgb(54,41,65); }
td.TdClassName
{
border-color: #362941;
}
.TagClassName
{
border-color: #362941;
}
</style>