Shades of Jagger #362E3B
Tints of Jagger #362E3B
RGB
CMYK
RGB Variations
Color information
#362E3B (or 0x362E3B) is known color: Jagger. HEX triplet: 36, 2E and 3B. RGB value is (54,46,59). Sum of RGB (Red+Green+Blue) = 54+46+59=159 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.96% from 159); Green value is 46 (18.36% from 255 or 28.93% from 159); Blue value is 59 (23.44% from 255 or 37.11% from 159); Max value from RGB is 59 - color contains mainly: blue. Hex color #362E3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362E3B is #C9D1C4. Grayscale: #313131. Windows color (decimal): -13226437 or 3878454. OLE color: 3878454.
HSL color Cylindrical-coordinate representation of color #362E3B: hue angle of 276.92º degrees, saturation: 0.12, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #362E3B is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 54 | 46 | 59 | - |
| CMYK | 0.08 | 0.22 | 0 | 0.77 |
| HSL | 276.92º | 0.12% | 0.21% | - |
| HSV(B) | 276.92º | 0.22% | 0.23% | - |
| XYZ | 3.29 | 3.05 | 4.55 | - |
| YUV | 49.87 | 133.15 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 46 | 59 | 0.08 | 0.22 | 0 | 0.77 | 276.92 | 0.12 | 0.21 |
| Hex | 36 | 2E | 3B | 8 | 16 | 0 | 4D | 115 | C | 15 |
| Octal | 66 | 56 | 73 | 10 | 26 | 0 | 115 | 425 | 14 | 25 |
| Binary | 110110 | 101110 | 111011 | 1000 | 10110 | 0 | 1001101 | 100010101 | 1100 | 10101 |
Color Harmonies of #362E3B
Complementary color
Monochromatic Colors of #362E3B
Black with #362E3B
Text Example
Text Example
White with #362E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362E3B; }
p { color: rgb(54,46,59); }
H1.HeaderClassName
{
color: #362E3B;
}
.AnyTagClassName
{
color: #362E3B;
}
</style>
background-color css
<style>
a { background-color: #362E3B; }
a { background-color: rgb(54,46,59); }
div.DivClassName
{
background-color: #362E3B;
}
.BgClassName
{
background-color: #362E3B;
}
</style>
border-color css
<style>
span { border-color: #362E3B; }
span { border-color: rgb(54,46,59); }
td.TdClassName
{
border-color: #362E3B;
}
.TagClassName
{
border-color: #362E3B;
}
</style>