Shades of Graphite #36342D
Tints of Graphite #36342D
RGB
CMYK
RGB Variations
Color information
#36342D (or 0x36342D) is known color: Graphite. HEX triplet: 36, 34 and 2D. RGB value is (54,52,45). Sum of RGB (Red+Green+Blue) = 54+52+45=151 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.76% from 151); Green value is 52 (20.70% from 255 or 34.44% from 151); Blue value is 45 (17.97% from 255 or 29.80% from 151); Max value from RGB is 54 - color contains mainly: red. Hex color #36342D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36342D is #C9CBD2. Grayscale: #333333. Windows color (decimal): -13224915 or 2962486. OLE color: 2962486.
HSL color Cylindrical-coordinate representation of color #36342D: hue angle of 46.67º degrees, saturation: 0.09, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #36342D is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 52 | 45 | - |
| CMYK | 0 | 0.04 | 0.17 | 0.79 |
| HSL | 46.67º | 0.09% | 0.19% | - |
| HSV(B) | 46.67º | 0.17% | 0.21% | - |
| XYZ | 3.22 | 3.43 | 2.97 | - |
| YUV | 51.8 | 124.16 | 129.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 52 | 45 | 0 | 0.04 | 0.17 | 0.79 | 46.67 | 0.09 | 0.19 |
| Hex | 36 | 34 | 2D | 0 | 4 | 11 | 4F | 2F | 9 | 13 |
| Octal | 66 | 64 | 55 | 0 | 4 | 21 | 117 | 57 | 11 | 23 |
| Binary | 110110 | 110100 | 101101 | 0 | 100 | 10001 | 1001111 | 101111 | 1001 | 10011 |
Color Harmonies of #36342D
Complementary color
Monochromatic Colors of #36342D
Black with #36342D
Text Example
Text Example
White with #36342D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36342D; }
p { color: rgb(54,52,45); }
H1.HeaderClassName
{
color: #36342D;
}
.AnyTagClassName
{
color: #36342D;
}
</style>
background-color css
<style>
a { background-color: #36342D; }
a { background-color: rgb(54,52,45); }
div.DivClassName
{
background-color: #36342D;
}
.BgClassName
{
background-color: #36342D;
}
</style>
border-color css
<style>
span { border-color: #36342D; }
span { border-color: rgb(54,52,45); }
td.TdClassName
{
border-color: #36342D;
}
.TagClassName
{
border-color: #36342D;
}
</style>