Shades of Jagger #362A43
Tints of Jagger #362A43
RGB
CMYK
RGB Variations
Color information
#362A43 (or 0x362A43) is known color: Jagger. HEX triplet: 36, 2A and 43. RGB value is (54,42,67). Sum of RGB (Red+Green+Blue) = 54+42+67=163 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.13% from 163); Green value is 42 (16.80% from 255 or 25.77% from 163); Blue value is 67 (26.56% from 255 or 41.10% from 163); Max value from RGB is 67 - color contains mainly: blue. Hex color #362A43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362A43 is #C9D5BC. Grayscale: #303030. Windows color (decimal): -13227453 or 4401718. OLE color: 4401718.
HSL color Cylindrical-coordinate representation of color #362A43: hue angle of 268.8º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #362A43 is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 54 | 42 | 67 | - |
| CMYK | 0.19 | 0.37 | 0 | 0.74 |
| HSL | 268.8º | 0.23% | 0.21% | - |
| HSV(B) | 268.8º | 0.37% | 0.26% | - |
| XYZ | 3.36 | 2.85 | 5.68 | - |
| YUV | 48.44 | 138.48 | 131.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 42 | 67 | 0.19 | 0.37 | 0 | 0.74 | 268.8 | 0.23 | 0.21 |
| Hex | 36 | 2A | 43 | 13 | 25 | 0 | 4A | 10D | 17 | 15 |
| Octal | 66 | 52 | 103 | 23 | 45 | 0 | 112 | 415 | 27 | 25 |
| Binary | 110110 | 101010 | 1000011 | 10011 | 100101 | 0 | 1001010 | 100001101 | 10111 | 10101 |
Color Harmonies of #362A43
Complementary color
Monochromatic Colors of #362A43
Black with #362A43
Text Example
Text Example
White with #362A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362A43; }
p { color: rgb(54,42,67); }
H1.HeaderClassName
{
color: #362A43;
}
.AnyTagClassName
{
color: #362A43;
}
</style>
background-color css
<style>
a { background-color: #362A43; }
a { background-color: rgb(54,42,67); }
div.DivClassName
{
background-color: #362A43;
}
.BgClassName
{
background-color: #362A43;
}
</style>
border-color css
<style>
span { border-color: #362A43; }
span { border-color: rgb(54,42,67); }
td.TdClassName
{
border-color: #362A43;
}
.TagClassName
{
border-color: #362A43;
}
</style>