Shades of Jagger #343335
Tints of Jagger #343335
RGB
CMYK
RGB Variations
Color information
#343335 (or 0x343335) is known color: Jagger. HEX triplet: 34, 33 and 35. RGB value is (52,51,53). Sum of RGB (Red+Green+Blue) = 52+51+53=156 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.33% from 156); Green value is 51 (20.31% from 255 or 32.69% from 156); Blue value is 53 (21.09% from 255 or 33.97% from 156); Max value from RGB is 53 - color contains mainly: blue. Hex color #343335 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343335 is #CBCCCA. Grayscale: #333333. Windows color (decimal): -13356235 or 3486516. OLE color: 3486516.
HSL color Cylindrical-coordinate representation of color #343335: hue angle of 270º degrees, saturation: 0.02, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #343335 is Cyan = 0.02, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 52 | 51 | 53 | - |
| CMYK | 0.02 | 0.04 | 0 | 0.79 |
| HSL | 270º | 0.02% | 0.2% | - |
| HSV(B) | 270º | 0.04% | 0.21% | - |
| XYZ | 3.24 | 3.35 | 3.84 | - |
| YUV | 51.53 | 128.83 | 128.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 51 | 53 | 0.02 | 0.04 | 0 | 0.79 | 270 | 0.02 | 0.2 |
| Hex | 34 | 33 | 35 | 2 | 4 | 0 | 4F | 10E | 2 | 14 |
| Octal | 64 | 63 | 65 | 2 | 4 | 0 | 117 | 416 | 2 | 24 |
| Binary | 110100 | 110011 | 110101 | 10 | 100 | 0 | 1001111 | 100001110 | 10 | 10100 |
Color Harmonies of #343335
Complementary color
Monochromatic Colors of #343335
Black with #343335
Text Example
Text Example
White with #343335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343335; }
p { color: rgb(52,51,53); }
H1.HeaderClassName
{
color: #343335;
}
.AnyTagClassName
{
color: #343335;
}
</style>
background-color css
<style>
a { background-color: #343335; }
a { background-color: rgb(52,51,53); }
div.DivClassName
{
background-color: #343335;
}
.BgClassName
{
background-color: #343335;
}
</style>
border-color css
<style>
span { border-color: #343335; }
span { border-color: rgb(52,51,53); }
td.TdClassName
{
border-color: #343335;
}
.TagClassName
{
border-color: #343335;
}
</style>