Shades of Graphite #36301D
Tints of Graphite #36301D
RGB
CMYK
RGB Variations
Color information
#36301D (or 0x36301D) is known color: Graphite. HEX triplet: 36, 30 and 1D. RGB value is (54,48,29). Sum of RGB (Red+Green+Blue) = 54+48+29=131 (17% of max value = 765). Red value is 54 (21.48% from 255 or 41.22% from 131); Green value is 48 (19.14% from 255 or 36.64% from 131); Blue value is 29 (11.72% from 255 or 22.14% from 131); Max value from RGB is 54 - color contains mainly: red. Hex color #36301D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36301D is #C9CFE2. Grayscale: #2F2F2F. Windows color (decimal): -13225955 or 1912886. OLE color: 1912886.
HSL color Cylindrical-coordinate representation of color #36301D: hue angle of 45.6º 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 #36301D is Cyan = 0, Magento = 0.11, Yellow = 0.46 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 48 | 29 | - |
| CMYK | 0 | 0.11 | 0.46 | 0.79 |
| HSL | 45.6º | 0.3% | 0.16% | - |
| HSV(B) | 45.6º | 0.46% | 0.21% | - |
| XYZ | 2.8 | 2.99 | 1.59 | - |
| YUV | 47.63 | 117.49 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 48 | 29 | 0 | 0.11 | 0.46 | 0.79 | 45.6 | 0.3 | 0.16 |
| Hex | 36 | 30 | 1D | 0 | B | 2E | 4F | 2E | 1E | 10 |
| Octal | 66 | 60 | 35 | 0 | 13 | 56 | 117 | 56 | 36 | 20 |
| Binary | 110110 | 110000 | 11101 | 0 | 1011 | 101110 | 1001111 | 101110 | 11110 | 10000 |
Color Harmonies of #36301D
Complementary color
Monochromatic Colors of #36301D
Black with #36301D
Text Example
Text Example
White with #36301D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36301D; }
p { color: rgb(54,48,29); }
H1.HeaderClassName
{
color: #36301D;
}
.AnyTagClassName
{
color: #36301D;
}
</style>
background-color css
<style>
a { background-color: #36301D; }
a { background-color: rgb(54,48,29); }
div.DivClassName
{
background-color: #36301D;
}
.BgClassName
{
background-color: #36301D;
}
</style>
border-color css
<style>
span { border-color: #36301D; }
span { border-color: rgb(54,48,29); }
td.TdClassName
{
border-color: #36301D;
}
.TagClassName
{
border-color: #36301D;
}
</style>