Shades of Jagger #362D3F
Tints of Jagger #362D3F
RGB
CMYK
RGB Variations
Color information
#362D3F (or 0x362D3F) is known color: Jagger. HEX triplet: 36, 2D and 3F. RGB value is (54,45,63). Sum of RGB (Red+Green+Blue) = 54+45+63=162 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.33% from 162); Green value is 45 (17.97% from 255 or 27.78% from 162); Blue value is 63 (25% from 255 or 38.89% from 162); Max value from RGB is 63 - color contains mainly: blue. Hex color #362D3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362D3F is #C9D2C0. Grayscale: #313131. Windows color (decimal): -13226689 or 4140342. OLE color: 4140342.
HSL color Cylindrical-coordinate representation of color #362D3F: hue angle of 270º degrees, saturation: 0.17, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #362D3F is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 54 | 45 | 63 | - |
| CMYK | 0.14 | 0.29 | 0 | 0.75 |
| HSL | 270º | 0.17% | 0.21% | - |
| HSV(B) | 270º | 0.29% | 0.25% | - |
| XYZ | 3.36 | 3.02 | 5.11 | - |
| YUV | 49.74 | 135.48 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 45 | 63 | 0.14 | 0.29 | 0 | 0.75 | 270 | 0.17 | 0.21 |
| Hex | 36 | 2D | 3F | E | 1D | 0 | 4B | 10E | 11 | 15 |
| Octal | 66 | 55 | 77 | 16 | 35 | 0 | 113 | 416 | 21 | 25 |
| Binary | 110110 | 101101 | 111111 | 1110 | 11101 | 0 | 1001011 | 100001110 | 10001 | 10101 |
Color Harmonies of #362D3F
Complementary color
Monochromatic Colors of #362D3F
Black with #362D3F
Text Example
Text Example
White with #362D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362D3F; }
p { color: rgb(54,45,63); }
H1.HeaderClassName
{
color: #362D3F;
}
.AnyTagClassName
{
color: #362D3F;
}
</style>
background-color css
<style>
a { background-color: #362D3F; }
a { background-color: rgb(54,45,63); }
div.DivClassName
{
background-color: #362D3F;
}
.BgClassName
{
background-color: #362D3F;
}
</style>
border-color css
<style>
span { border-color: #362D3F; }
span { border-color: rgb(54,45,63); }
td.TdClassName
{
border-color: #362D3F;
}
.TagClassName
{
border-color: #362D3F;
}
</style>