Shades of Graphite #36311D
Tints of Graphite #36311D
RGB
CMYK
RGB Variations
Color information
#36311D (or 0x36311D) is known color: Graphite. HEX triplet: 36, 31 and 1D. RGB value is (54,49,29). Sum of RGB (Red+Green+Blue) = 54+49+29=132 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40.91% from 132); Green value is 49 (19.53% from 255 or 37.12% from 132); Blue value is 29 (11.72% from 255 or 21.97% from 132); Max value from RGB is 54 - color contains mainly: red. Hex color #36311D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36311D is #C9CEE2. Grayscale: #303030. Windows color (decimal): -13225699 or 1913142. OLE color: 1913142.
HSL color Cylindrical-coordinate representation of color #36311D: hue angle of 48º 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 #36311D is Cyan = 0, Magento = 0.09, Yellow = 0.46 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 49 | 29 | - |
| CMYK | 0 | 0.09 | 0.46 | 0.79 |
| HSL | 48º | 0.3% | 0.16% | - |
| HSV(B) | 48º | 0.46% | 0.21% | - |
| XYZ | 2.84 | 3.07 | 1.61 | - |
| YUV | 48.22 | 117.16 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 49 | 29 | 0 | 0.09 | 0.46 | 0.79 | 48 | 0.3 | 0.16 |
| Hex | 36 | 31 | 1D | 0 | 9 | 2E | 4F | 30 | 1E | 10 |
| Octal | 66 | 61 | 35 | 0 | 11 | 56 | 117 | 60 | 36 | 20 |
| Binary | 110110 | 110001 | 11101 | 0 | 1001 | 101110 | 1001111 | 110000 | 11110 | 10000 |
Color Harmonies of #36311D
Complementary color
Monochromatic Colors of #36311D
Black with #36311D
Text Example
Text Example
White with #36311D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36311D; }
p { color: rgb(54,49,29); }
H1.HeaderClassName
{
color: #36311D;
}
.AnyTagClassName
{
color: #36311D;
}
</style>
background-color css
<style>
a { background-color: #36311D; }
a { background-color: rgb(54,49,29); }
div.DivClassName
{
background-color: #36311D;
}
.BgClassName
{
background-color: #36311D;
}
</style>
border-color css
<style>
span { border-color: #36311D; }
span { border-color: rgb(54,49,29); }
td.TdClassName
{
border-color: #36311D;
}
.TagClassName
{
border-color: #36311D;
}
</style>