Shades of Graphite #36331D
Tints of Graphite #36331D
RGB
CMYK
RGB Variations
Color information
#36331D (or 0x36331D) is known color: Graphite. HEX triplet: 36, 33 and 1D. RGB value is (54,51,29). Sum of RGB (Red+Green+Blue) = 54+51+29=134 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40.30% from 134); Green value is 51 (20.31% from 255 or 38.06% from 134); Blue value is 29 (11.72% from 255 or 21.64% from 134); Max value from RGB is 54 - color contains mainly: red. Hex color #36331D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36331D is #C9CCE2. Grayscale: #313131. Windows color (decimal): -13225187 or 1913654. OLE color: 1913654.
HSL color Cylindrical-coordinate representation of color #36331D: hue angle of 52.8º degrees, saturation: 0.3, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #36331D is Cyan = 0, Magento = 0.06, Yellow = 0.46 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 51 | 29 | - |
| CMYK | 0 | 0.06 | 0.46 | 0.79 |
| HSL | 52.8º | 0.3% | 0.16% | - |
| HSV(B) | 52.8º | 0.46% | 0.21% | - |
| XYZ | 2.93 | 3.24 | 1.63 | - |
| YUV | 49.39 | 116.49 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 51 | 29 | 0 | 0.06 | 0.46 | 0.79 | 52.8 | 0.3 | 0.16 |
| Hex | 36 | 33 | 1D | 0 | 6 | 2E | 4F | 35 | 1E | 10 |
| Octal | 66 | 63 | 35 | 0 | 6 | 56 | 117 | 65 | 36 | 20 |
| Binary | 110110 | 110011 | 11101 | 0 | 110 | 101110 | 1001111 | 110101 | 11110 | 10000 |
Color Harmonies of #36331D
Complementary color
Monochromatic Colors of #36331D
Black with #36331D
Text Example
Text Example
White with #36331D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36331D; }
p { color: rgb(54,51,29); }
H1.HeaderClassName
{
color: #36331D;
}
.AnyTagClassName
{
color: #36331D;
}
</style>
background-color css
<style>
a { background-color: #36331D; }
a { background-color: rgb(54,51,29); }
div.DivClassName
{
background-color: #36331D;
}
.BgClassName
{
background-color: #36331D;
}
</style>
border-color css
<style>
span { border-color: #36331D; }
span { border-color: rgb(54,51,29); }
td.TdClassName
{
border-color: #36331D;
}
.TagClassName
{
border-color: #36331D;
}
</style>