Shades of Graphite #36352F
Tints of Graphite #36352F
RGB
CMYK
RGB Variations
Color information
#36352F (or 0x36352F) is known color: Graphite. HEX triplet: 36, 35 and 2F. RGB value is (54,53,47). Sum of RGB (Red+Green+Blue) = 54+53+47=154 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.06% from 154); Green value is 53 (21.09% from 255 or 34.42% from 154); Blue value is 47 (18.75% from 255 or 30.52% from 154); Max value from RGB is 54 - color contains mainly: red. Hex color #36352F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36352F is #C9CAD0. Grayscale: #343434. Windows color (decimal): -13224657 or 3093814. OLE color: 3093814.
HSL color Cylindrical-coordinate representation of color #36352F: hue angle of 51.43º degrees, saturation: 0.07, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #36352F is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 53 | 47 | - |
| CMYK | 0 | 0.02 | 0.13 | 0.79 |
| HSL | 51.43º | 0.07% | 0.2% | - |
| HSV(B) | 51.43º | 0.13% | 0.21% | - |
| XYZ | 3.31 | 3.54 | 3.2 | - |
| YUV | 52.62 | 124.83 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 53 | 47 | 0 | 0.02 | 0.13 | 0.79 | 51.43 | 0.07 | 0.2 |
| Hex | 36 | 35 | 2F | 0 | 2 | D | 4F | 33 | 7 | 14 |
| Octal | 66 | 65 | 57 | 0 | 2 | 15 | 117 | 63 | 7 | 24 |
| Binary | 110110 | 110101 | 101111 | 0 | 10 | 1101 | 1001111 | 110011 | 111 | 10100 |
Color Harmonies of #36352F
Complementary color
Monochromatic Colors of #36352F
Black with #36352F
Text Example
Text Example
White with #36352F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36352F; }
p { color: rgb(54,53,47); }
H1.HeaderClassName
{
color: #36352F;
}
.AnyTagClassName
{
color: #36352F;
}
</style>
background-color css
<style>
a { background-color: #36352F; }
a { background-color: rgb(54,53,47); }
div.DivClassName
{
background-color: #36352F;
}
.BgClassName
{
background-color: #36352F;
}
</style>
border-color css
<style>
span { border-color: #36352F; }
span { border-color: rgb(54,53,47); }
td.TdClassName
{
border-color: #36352F;
}
.TagClassName
{
border-color: #36352F;
}
</style>