Shades of Jagger #353238
Tints of Jagger #353238
RGB
CMYK
RGB Variations
Color information
#353238 (or 0x353238) is known color: Jagger. HEX triplet: 35, 32 and 38. RGB value is (53,50,56). Sum of RGB (Red+Green+Blue) = 53+50+56=159 (21% of max value = 765). Red value is 53 (21.09% from 255 or 33.33% from 159); Green value is 50 (19.92% from 255 or 31.45% from 159); Blue value is 56 (22.27% from 255 or 35.22% from 159); Max value from RGB is 56 - color contains mainly: blue. Hex color #353238 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353238 is #CACDC7. Grayscale: #333333. Windows color (decimal): -13290952 or 3682869. OLE color: 3682869.
HSL color Cylindrical-coordinate representation of color #353238: hue angle of 270º degrees, saturation: 0.06, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #353238 is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 53 | 50 | 56 | - |
| CMYK | 0.05 | 0.11 | 0 | 0.78 |
| HSL | 270º | 0.06% | 0.21% | - |
| HSV(B) | 270º | 0.11% | 0.22% | - |
| XYZ | 3.32 | 3.32 | 4.21 | - |
| YUV | 51.58 | 130.49 | 129.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 50 | 56 | 0.05 | 0.11 | 0 | 0.78 | 270 | 0.06 | 0.21 |
| Hex | 35 | 32 | 38 | 5 | B | 0 | 4E | 10E | 6 | 15 |
| Octal | 65 | 62 | 70 | 5 | 13 | 0 | 116 | 416 | 6 | 25 |
| Binary | 110101 | 110010 | 111000 | 101 | 1011 | 0 | 1001110 | 100001110 | 110 | 10101 |
Color Harmonies of #353238
Complementary color
Monochromatic Colors of #353238
Black with #353238
Text Example
Text Example
White with #353238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353238; }
p { color: rgb(53,50,56); }
H1.HeaderClassName
{
color: #353238;
}
.AnyTagClassName
{
color: #353238;
}
</style>
background-color css
<style>
a { background-color: #353238; }
a { background-color: rgb(53,50,56); }
div.DivClassName
{
background-color: #353238;
}
.BgClassName
{
background-color: #353238;
}
</style>
border-color css
<style>
span { border-color: #353238; }
span { border-color: rgb(53,50,56); }
td.TdClassName
{
border-color: #353238;
}
.TagClassName
{
border-color: #353238;
}
</style>