Shades of Jagger #362F3C
Tints of Jagger #362F3C
RGB
CMYK
RGB Variations
Color information
#362F3C (or 0x362F3C) is known color: Jagger. HEX triplet: 36, 2F and 3C. RGB value is (54,47,60). Sum of RGB (Red+Green+Blue) = 54+47+60=161 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.54% from 161); Green value is 47 (18.75% from 255 or 29.19% from 161); Blue value is 60 (23.83% from 255 or 37.27% from 161); Max value from RGB is 60 - color contains mainly: blue. Hex color #362F3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362F3C is #C9D0C3. Grayscale: #323232. Windows color (decimal): -13226180 or 3944246. OLE color: 3944246.
HSL color Cylindrical-coordinate representation of color #362F3C: hue angle of 272.31º degrees, saturation: 0.12, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #362F3C is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 54 | 47 | 60 | - |
| CMYK | 0.10 | 0.22 | 0 | 0.76 |
| HSL | 272.31º | 0.12% | 0.21% | - |
| HSV(B) | 272.31º | 0.22% | 0.24% | - |
| XYZ | 3.35 | 3.14 | 4.7 | - |
| YUV | 50.58 | 133.32 | 130.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 47 | 60 | 0.10 | 0.22 | 0 | 0.76 | 272.31 | 0.12 | 0.21 |
| Hex | 36 | 2F | 3C | A | 16 | 0 | 4C | 110 | C | 15 |
| Octal | 66 | 57 | 74 | 12 | 26 | 0 | 114 | 420 | 14 | 25 |
| Binary | 110110 | 101111 | 111100 | 1010 | 10110 | 0 | 1001100 | 100010000 | 1100 | 10101 |
Color Harmonies of #362F3C
Complementary color
Monochromatic Colors of #362F3C
Black with #362F3C
Text Example
Text Example
White with #362F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362F3C; }
p { color: rgb(54,47,60); }
H1.HeaderClassName
{
color: #362F3C;
}
.AnyTagClassName
{
color: #362F3C;
}
</style>
background-color css
<style>
a { background-color: #362F3C; }
a { background-color: rgb(54,47,60); }
div.DivClassName
{
background-color: #362F3C;
}
.BgClassName
{
background-color: #362F3C;
}
</style>
border-color css
<style>
span { border-color: #362F3C; }
span { border-color: rgb(54,47,60); }
td.TdClassName
{
border-color: #362F3C;
}
.TagClassName
{
border-color: #362F3C;
}
</style>