Shades of Graphite #362F16
Tints of Graphite #362F16
RGB
CMYK
RGB Variations
Color information
#362F16 (or 0x362F16) is known color: Graphite. HEX triplet: 36, 2F and 16. RGB value is (54,47,22). Sum of RGB (Red+Green+Blue) = 54+47+22=123 (16% of max value = 765). Red value is 54 (21.48% from 255 or 43.90% from 123); Green value is 47 (18.75% from 255 or 38.21% from 123); Blue value is 22 (8.98% from 255 or 17.89% from 123); Max value from RGB is 54 - color contains mainly: red. Hex color #362F16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362F16 is #C9D0E9. Grayscale: #2E2E2E. Windows color (decimal): -13226218 or 1453878. OLE color: 1453878.
HSL color Cylindrical-coordinate representation of color #362F16: hue angle of 46.88º degrees, saturation: 0.42, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #362F16 is Cyan = 0, Magento = 0.13, Yellow = 0.59 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 47 | 22 | - |
| CMYK | 0 | 0.13 | 0.59 | 0.79 |
| HSL | 46.88º | 0.42% | 0.15% | - |
| HSV(B) | 46.88º | 0.59% | 0.21% | - |
| XYZ | 2.68 | 2.88 | 1.17 | - |
| YUV | 46.24 | 114.32 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 47 | 22 | 0 | 0.13 | 0.59 | 0.79 | 46.88 | 0.42 | 0.15 |
| Hex | 36 | 2F | 16 | 0 | D | 3B | 4F | 2F | 2A | F |
| Octal | 66 | 57 | 26 | 0 | 15 | 73 | 117 | 57 | 52 | 17 |
| Binary | 110110 | 101111 | 10110 | 0 | 1101 | 111011 | 1001111 | 101111 | 101010 | 1111 |
Color Harmonies of #362F16
Complementary color
Monochromatic Colors of #362F16
Black with #362F16
Text Example
Text Example
White with #362F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362F16; }
p { color: rgb(54,47,22); }
H1.HeaderClassName
{
color: #362F16;
}
.AnyTagClassName
{
color: #362F16;
}
</style>
background-color css
<style>
a { background-color: #362F16; }
a { background-color: rgb(54,47,22); }
div.DivClassName
{
background-color: #362F16;
}
.BgClassName
{
background-color: #362F16;
}
</style>
border-color css
<style>
span { border-color: #362F16; }
span { border-color: rgb(54,47,22); }
td.TdClassName
{
border-color: #362F16;
}
.TagClassName
{
border-color: #362F16;
}
</style>