Shades of Jagger #362C40
Tints of Jagger #362C40
RGB
CMYK
RGB Variations
Color information
#362C40 (or 0x362C40) is known color: Jagger. HEX triplet: 36, 2C and 40. RGB value is (54,44,64). Sum of RGB (Red+Green+Blue) = 54+44+64=162 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.33% from 162); Green value is 44 (17.58% from 255 or 27.16% from 162); Blue value is 64 (25.39% from 255 or 39.51% from 162); Max value from RGB is 64 - color contains mainly: blue. Hex color #362C40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362C40 is #C9D3BF. Grayscale: #313131. Windows color (decimal): -13226944 or 4205622. OLE color: 4205622.
HSL color Cylindrical-coordinate representation of color #362C40: hue angle of 270º degrees, saturation: 0.19, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #362C40 is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 54 | 44 | 64 | - |
| CMYK | 0.16 | 0.31 | 0 | 0.75 |
| HSL | 270º | 0.19% | 0.21% | - |
| HSV(B) | 270º | 0.31% | 0.25% | - |
| XYZ | 3.35 | 2.96 | 5.24 | - |
| YUV | 49.27 | 136.31 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 44 | 64 | 0.16 | 0.31 | 0 | 0.75 | 270 | 0.19 | 0.21 |
| Hex | 36 | 2C | 40 | 10 | 1F | 0 | 4B | 10E | 13 | 15 |
| Octal | 66 | 54 | 100 | 20 | 37 | 0 | 113 | 416 | 23 | 25 |
| Binary | 110110 | 101100 | 1000000 | 10000 | 11111 | 0 | 1001011 | 100001110 | 10011 | 10101 |
Color Harmonies of #362C40
Complementary color
Monochromatic Colors of #362C40
Black with #362C40
Text Example
Text Example
White with #362C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362C40; }
p { color: rgb(54,44,64); }
H1.HeaderClassName
{
color: #362C40;
}
.AnyTagClassName
{
color: #362C40;
}
</style>
background-color css
<style>
a { background-color: #362C40; }
a { background-color: rgb(54,44,64); }
div.DivClassName
{
background-color: #362C40;
}
.BgClassName
{
background-color: #362C40;
}
</style>
border-color css
<style>
span { border-color: #362C40; }
span { border-color: rgb(54,44,64); }
td.TdClassName
{
border-color: #362C40;
}
.TagClassName
{
border-color: #362C40;
}
</style>