Shades of Graphite #363118
Tints of Graphite #363118
RGB
CMYK
RGB Variations
Color information
#363118 (or 0x363118) is known color: Graphite. HEX triplet: 36, 31 and 18. RGB value is (54,49,24). Sum of RGB (Red+Green+Blue) = 54+49+24=127 (16% of max value = 765). Red value is 54 (21.48% from 255 or 42.52% from 127); Green value is 49 (19.53% from 255 or 38.58% from 127); Blue value is 24 (9.77% from 255 or 18.90% from 127); Max value from RGB is 54 - color contains mainly: red. Hex color #363118 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363118 is #C9CEE7. Grayscale: #2F2F2F. Windows color (decimal): -13225704 or 1585462. OLE color: 1585462.
HSL color Cylindrical-coordinate representation of color #363118: hue angle of 50º degrees, saturation: 0.38, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #363118 is Cyan = 0, Magento = 0.09, Yellow = 0.56 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 49 | 24 | - |
| CMYK | 0 | 0.09 | 0.56 | 0.79 |
| HSL | 50º | 0.38% | 0.15% | - |
| HSV(B) | 50º | 0.56% | 0.21% | - |
| XYZ | 2.78 | 3.05 | 1.31 | - |
| YUV | 47.65 | 114.66 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 49 | 24 | 0 | 0.09 | 0.56 | 0.79 | 50 | 0.38 | 0.15 |
| Hex | 36 | 31 | 18 | 0 | 9 | 38 | 4F | 32 | 26 | F |
| Octal | 66 | 61 | 30 | 0 | 11 | 70 | 117 | 62 | 46 | 17 |
| Binary | 110110 | 110001 | 11000 | 0 | 1001 | 111000 | 1001111 | 110010 | 100110 | 1111 |
Color Harmonies of #363118
Complementary color
Monochromatic Colors of #363118
Black with #363118
Text Example
Text Example
White with #363118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363118; }
p { color: rgb(54,49,24); }
H1.HeaderClassName
{
color: #363118;
}
.AnyTagClassName
{
color: #363118;
}
</style>
background-color css
<style>
a { background-color: #363118; }
a { background-color: rgb(54,49,24); }
div.DivClassName
{
background-color: #363118;
}
.BgClassName
{
background-color: #363118;
}
</style>
border-color css
<style>
span { border-color: #363118; }
span { border-color: rgb(54,49,24); }
td.TdClassName
{
border-color: #363118;
}
.TagClassName
{
border-color: #363118;
}
</style>