Shades of Jagger #342E3A
Tints of Jagger #342E3A
RGB
CMYK
RGB Variations
Color information
#342E3A (or 0x342E3A) is known color: Jagger. HEX triplet: 34, 2E and 3A. RGB value is (52,46,58). Sum of RGB (Red+Green+Blue) = 52+46+58=156 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.33% from 156); Green value is 46 (18.36% from 255 or 29.49% from 156); Blue value is 58 (23.05% from 255 or 37.18% from 156); Max value from RGB is 58 - color contains mainly: blue. Hex color #342E3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342E3A is #CBD1C5. Grayscale: #313131. Windows color (decimal): -13357510 or 3812916. OLE color: 3812916.
HSL color Cylindrical-coordinate representation of color #342E3A: hue angle of 270º degrees, saturation: 0.12, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #342E3A is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 52 | 46 | 58 | - |
| CMYK | 0.10 | 0.21 | 0 | 0.77 |
| HSL | 270º | 0.12% | 0.2% | - |
| HSV(B) | 270º | 0.21% | 0.23% | - |
| XYZ | 3.16 | 2.99 | 4.41 | - |
| YUV | 49.16 | 132.99 | 130.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 46 | 58 | 0.10 | 0.21 | 0 | 0.77 | 270 | 0.12 | 0.2 |
| Hex | 34 | 2E | 3A | A | 15 | 0 | 4D | 10E | C | 14 |
| Octal | 64 | 56 | 72 | 12 | 25 | 0 | 115 | 416 | 14 | 24 |
| Binary | 110100 | 101110 | 111010 | 1010 | 10101 | 0 | 1001101 | 100001110 | 1100 | 10100 |
Color Harmonies of #342E3A
Complementary color
Monochromatic Colors of #342E3A
Black with #342E3A
Text Example
Text Example
White with #342E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342E3A; }
p { color: rgb(52,46,58); }
H1.HeaderClassName
{
color: #342E3A;
}
.AnyTagClassName
{
color: #342E3A;
}
</style>
background-color css
<style>
a { background-color: #342E3A; }
a { background-color: rgb(52,46,58); }
div.DivClassName
{
background-color: #342E3A;
}
.BgClassName
{
background-color: #342E3A;
}
</style>
border-color css
<style>
span { border-color: #342E3A; }
span { border-color: rgb(52,46,58); }
td.TdClassName
{
border-color: #342E3A;
}
.TagClassName
{
border-color: #342E3A;
}
</style>