Shades of Graphite #363021
Tints of Graphite #363021
RGB
CMYK
RGB Variations
Color information
#363021 (or 0x363021) is known color: Graphite. HEX triplet: 36, 30 and 21. RGB value is (54,48,33). Sum of RGB (Red+Green+Blue) = 54+48+33=135 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40% from 135); Green value is 48 (19.14% from 255 or 35.56% from 135); Blue value is 33 (13.28% from 255 or 24.44% from 135); Max value from RGB is 54 - color contains mainly: red. Hex color #363021 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363021 is #C9CFDE. Grayscale: #303030. Windows color (decimal): -13225951 or 2175030. OLE color: 2175030.
HSL color Cylindrical-coordinate representation of color #363021: hue angle of 42.86º 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 #363021 is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 48 | 33 | - |
| CMYK | 0 | 0.11 | 0.39 | 0.79 |
| HSL | 42.86º | 0.24% | 0.17% | - |
| HSV(B) | 42.86º | 0.39% | 0.21% | - |
| XYZ | 2.85 | 3.01 | 1.87 | - |
| YUV | 48.08 | 119.49 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 48 | 33 | 0 | 0.11 | 0.39 | 0.79 | 42.86 | 0.24 | 0.17 |
| Hex | 36 | 30 | 21 | 0 | B | 27 | 4F | 2B | 18 | 11 |
| Octal | 66 | 60 | 41 | 0 | 13 | 47 | 117 | 53 | 30 | 21 |
| Binary | 110110 | 110000 | 100001 | 0 | 1011 | 100111 | 1001111 | 101011 | 11000 | 10001 |
Color Harmonies of #363021
Complementary color
Monochromatic Colors of #363021
Black with #363021
Text Example
Text Example
White with #363021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363021; }
p { color: rgb(54,48,33); }
H1.HeaderClassName
{
color: #363021;
}
.AnyTagClassName
{
color: #363021;
}
</style>
background-color css
<style>
a { background-color: #363021; }
a { background-color: rgb(54,48,33); }
div.DivClassName
{
background-color: #363021;
}
.BgClassName
{
background-color: #363021;
}
</style>
border-color css
<style>
span { border-color: #363021; }
span { border-color: rgb(54,48,33); }
td.TdClassName
{
border-color: #363021;
}
.TagClassName
{
border-color: #363021;
}
</style>