Shades of Graphite #363220
Tints of Graphite #363220
RGB
CMYK
RGB Variations
Color information
#363220 (or 0x363220) is known color: Graphite. HEX triplet: 36, 32 and 20. RGB value is (54,50,32). Sum of RGB (Red+Green+Blue) = 54+50+32=136 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.71% from 136); Green value is 50 (19.92% from 255 or 36.76% from 136); Blue value is 32 (12.89% from 255 or 23.53% from 136); Max value from RGB is 54 - color contains mainly: red. Hex color #363220 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363220 is #C9CDDF. Grayscale: #313131. Windows color (decimal): -13225440 or 2110006. OLE color: 2110006.
HSL color Cylindrical-coordinate representation of color #363220: hue angle of 49.09º degrees, saturation: 0.26, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #363220 is Cyan = 0, Magento = 0.07, Yellow = 0.41 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 50 | 32 | - |
| CMYK | 0 | 0.07 | 0.41 | 0.79 |
| HSL | 49.09º | 0.26% | 0.17% | - |
| HSV(B) | 49.09º | 0.41% | 0.21% | - |
| XYZ | 2.92 | 3.17 | 1.82 | - |
| YUV | 49.14 | 118.33 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 50 | 32 | 0 | 0.07 | 0.41 | 0.79 | 49.09 | 0.26 | 0.17 |
| Hex | 36 | 32 | 20 | 0 | 7 | 29 | 4F | 31 | 1A | 11 |
| Octal | 66 | 62 | 40 | 0 | 7 | 51 | 117 | 61 | 32 | 21 |
| Binary | 110110 | 110010 | 100000 | 0 | 111 | 101001 | 1001111 | 110001 | 11010 | 10001 |
Color Harmonies of #363220
Complementary color
Monochromatic Colors of #363220
Black with #363220
Text Example
Text Example
White with #363220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363220; }
p { color: rgb(54,50,32); }
H1.HeaderClassName
{
color: #363220;
}
.AnyTagClassName
{
color: #363220;
}
</style>
background-color css
<style>
a { background-color: #363220; }
a { background-color: rgb(54,50,32); }
div.DivClassName
{
background-color: #363220;
}
.BgClassName
{
background-color: #363220;
}
</style>
border-color css
<style>
span { border-color: #363220; }
span { border-color: rgb(54,50,32); }
td.TdClassName
{
border-color: #363220;
}
.TagClassName
{
border-color: #363220;
}
</style>