Shades of Jagger #362C43
Tints of Jagger #362C43
RGB
CMYK
RGB Variations
Color information
#362C43 (or 0x362C43) is known color: Jagger. HEX triplet: 36, 2C and 43. RGB value is (54,44,67). Sum of RGB (Red+Green+Blue) = 54+44+67=165 (21% of max value = 765). Red value is 54 (21.48% from 255 or 32.73% from 165); Green value is 44 (17.58% from 255 or 26.67% from 165); Blue value is 67 (26.56% from 255 or 40.61% from 165); Max value from RGB is 67 - color contains mainly: blue. Hex color #362C43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362C43 is #C9D3BC. Grayscale: #313131. Windows color (decimal): -13226941 or 4402230. OLE color: 4402230.
HSL color Cylindrical-coordinate representation of color #362C43: hue angle of 266.09º degrees, saturation: 0.21, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #362C43 is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 54 | 44 | 67 | - |
| CMYK | 0.19 | 0.34 | 0 | 0.74 |
| HSL | 266.09º | 0.21% | 0.22% | - |
| HSV(B) | 266.09º | 0.34% | 0.26% | - |
| XYZ | 3.44 | 2.99 | 5.71 | - |
| YUV | 49.61 | 137.81 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 44 | 67 | 0.19 | 0.34 | 0 | 0.74 | 266.09 | 0.21 | 0.22 |
| Hex | 36 | 2C | 43 | 13 | 22 | 0 | 4A | 10A | 15 | 16 |
| Octal | 66 | 54 | 103 | 23 | 42 | 0 | 112 | 412 | 25 | 26 |
| Binary | 110110 | 101100 | 1000011 | 10011 | 100010 | 0 | 1001010 | 100001010 | 10101 | 10110 |
Color Harmonies of #362C43
Complementary color
Monochromatic Colors of #362C43
Black with #362C43
Text Example
Text Example
White with #362C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362C43; }
p { color: rgb(54,44,67); }
H1.HeaderClassName
{
color: #362C43;
}
.AnyTagClassName
{
color: #362C43;
}
</style>
background-color css
<style>
a { background-color: #362C43; }
a { background-color: rgb(54,44,67); }
div.DivClassName
{
background-color: #362C43;
}
.BgClassName
{
background-color: #362C43;
}
</style>
border-color css
<style>
span { border-color: #362C43; }
span { border-color: rgb(54,44,67); }
td.TdClassName
{
border-color: #362C43;
}
.TagClassName
{
border-color: #362C43;
}
</style>