Shades of Jagger #362A41
Tints of Jagger #362A41
RGB
CMYK
RGB Variations
Color information
#362A41 (or 0x362A41) is known color: Jagger. HEX triplet: 36, 2A and 41. RGB value is (54,42,65). Sum of RGB (Red+Green+Blue) = 54+42+65=161 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.54% from 161); Green value is 42 (16.80% from 255 or 26.09% from 161); Blue value is 65 (25.78% from 255 or 40.37% from 161); Max value from RGB is 65 - color contains mainly: blue. Hex color #362A41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362A41 is #C9D5BE. Grayscale: #303030. Windows color (decimal): -13227455 or 4270646. OLE color: 4270646.
HSL color Cylindrical-coordinate representation of color #362A41: hue angle of 271.3º degrees, saturation: 0.21, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #362A41 is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 54 | 42 | 65 | - |
| CMYK | 0.17 | 0.35 | 0 | 0.75 |
| HSL | 271.3º | 0.21% | 0.21% | - |
| HSV(B) | 271.3º | 0.35% | 0.25% | - |
| XYZ | 3.3 | 2.82 | 5.37 | - |
| YUV | 48.21 | 137.48 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 42 | 65 | 0.17 | 0.35 | 0 | 0.75 | 271.3 | 0.21 | 0.21 |
| Hex | 36 | 2A | 41 | 11 | 23 | 0 | 4B | 10F | 15 | 15 |
| Octal | 66 | 52 | 101 | 21 | 43 | 0 | 113 | 417 | 25 | 25 |
| Binary | 110110 | 101010 | 1000001 | 10001 | 100011 | 0 | 1001011 | 100001111 | 10101 | 10101 |
Color Harmonies of #362A41
Complementary color
Monochromatic Colors of #362A41
Black with #362A41
Text Example
Text Example
White with #362A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362A41; }
p { color: rgb(54,42,65); }
H1.HeaderClassName
{
color: #362A41;
}
.AnyTagClassName
{
color: #362A41;
}
</style>
background-color css
<style>
a { background-color: #362A41; }
a { background-color: rgb(54,42,65); }
div.DivClassName
{
background-color: #362A41;
}
.BgClassName
{
background-color: #362A41;
}
</style>
border-color css
<style>
span { border-color: #362A41; }
span { border-color: rgb(54,42,65); }
td.TdClassName
{
border-color: #362A41;
}
.TagClassName
{
border-color: #362A41;
}
</style>