Shades of Graphite #363221
Tints of Graphite #363221
RGB
CMYK
RGB Variations
Color information
#363221 (or 0x363221) is known color: Graphite. HEX triplet: 36, 32 and 21. RGB value is (54,50,33). Sum of RGB (Red+Green+Blue) = 54+50+33=137 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.42% from 137); Green value is 50 (19.92% from 255 or 36.50% from 137); Blue value is 33 (13.28% from 255 or 24.09% from 137); Max value from RGB is 54 - color contains mainly: red. Hex color #363221 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363221 is #C9CDDE. Grayscale: #313131. Windows color (decimal): -13225439 or 2175542. OLE color: 2175542.
HSL color Cylindrical-coordinate representation of color #363221: hue angle of 48.57º degrees, saturation: 0.24, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #363221 is Cyan = 0, Magento = 0.07, Yellow = 0.39 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 50 | 33 | - |
| CMYK | 0 | 0.07 | 0.39 | 0.79 |
| HSL | 48.57º | 0.24% | 0.17% | - |
| HSV(B) | 48.57º | 0.39% | 0.21% | - |
| XYZ | 2.94 | 3.18 | 1.9 | - |
| YUV | 49.26 | 118.83 | 131.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 50 | 33 | 0 | 0.07 | 0.39 | 0.79 | 48.57 | 0.24 | 0.17 |
| Hex | 36 | 32 | 21 | 0 | 7 | 27 | 4F | 31 | 18 | 11 |
| Octal | 66 | 62 | 41 | 0 | 7 | 47 | 117 | 61 | 30 | 21 |
| Binary | 110110 | 110010 | 100001 | 0 | 111 | 100111 | 1001111 | 110001 | 11000 | 10001 |
Color Harmonies of #363221
Complementary color
Monochromatic Colors of #363221
Black with #363221
Text Example
Text Example
White with #363221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363221; }
p { color: rgb(54,50,33); }
H1.HeaderClassName
{
color: #363221;
}
.AnyTagClassName
{
color: #363221;
}
</style>
background-color css
<style>
a { background-color: #363221; }
a { background-color: rgb(54,50,33); }
div.DivClassName
{
background-color: #363221;
}
.BgClassName
{
background-color: #363221;
}
</style>
border-color css
<style>
span { border-color: #363221; }
span { border-color: rgb(54,50,33); }
td.TdClassName
{
border-color: #363221;
}
.TagClassName
{
border-color: #363221;
}
</style>