Shades of Graphite #353122
Tints of Graphite #353122
RGB
CMYK
RGB Variations
Color information
#353122 (or 0x353122) is known color: Graphite. HEX triplet: 35, 31 and 22. RGB value is (53,49,34). Sum of RGB (Red+Green+Blue) = 53+49+34=136 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.97% from 136); Green value is 49 (19.53% from 255 or 36.03% from 136); Blue value is 34 (13.67% from 255 or 25% from 136); Max value from RGB is 53 - color contains mainly: red. Hex color #353122 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353122 is #CACEDD. Grayscale: #303030. Windows color (decimal): -13291230 or 2240821. OLE color: 2240821.
HSL color Cylindrical-coordinate representation of color #353122: hue angle of 47.37º degrees, saturation: 0.22, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #353122 is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 49 | 34 | - |
| CMYK | 0 | 0.08 | 0.36 | 0.79 |
| HSL | 47.37º | 0.22% | 0.17% | - |
| HSV(B) | 47.37º | 0.36% | 0.21% | - |
| XYZ | 2.86 | 3.07 | 1.96 | - |
| YUV | 48.49 | 119.83 | 131.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 49 | 34 | 0 | 0.08 | 0.36 | 0.79 | 47.37 | 0.22 | 0.17 |
| Hex | 35 | 31 | 22 | 0 | 8 | 24 | 4F | 2F | 16 | 11 |
| Octal | 65 | 61 | 42 | 0 | 10 | 44 | 117 | 57 | 26 | 21 |
| Binary | 110101 | 110001 | 100010 | 0 | 1000 | 100100 | 1001111 | 101111 | 10110 | 10001 |
Color Harmonies of #353122
Complementary color
Monochromatic Colors of #353122
Black with #353122
Text Example
Text Example
White with #353122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353122; }
p { color: rgb(53,49,34); }
H1.HeaderClassName
{
color: #353122;
}
.AnyTagClassName
{
color: #353122;
}
</style>
background-color css
<style>
a { background-color: #353122; }
a { background-color: rgb(53,49,34); }
div.DivClassName
{
background-color: #353122;
}
.BgClassName
{
background-color: #353122;
}
</style>
border-color css
<style>
span { border-color: #353122; }
span { border-color: rgb(53,49,34); }
td.TdClassName
{
border-color: #353122;
}
.TagClassName
{
border-color: #353122;
}
</style>