Shades of Graphite #36332B
Tints of Graphite #36332B
RGB
CMYK
RGB Variations
Color information
#36332B (or 0x36332B) is known color: Graphite. HEX triplet: 36, 33 and 2B. RGB value is (54,51,43). Sum of RGB (Red+Green+Blue) = 54+51+43=148 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.49% from 148); Green value is 51 (20.31% from 255 or 34.46% from 148); Blue value is 43 (17.19% from 255 or 29.05% from 148); Max value from RGB is 54 - color contains mainly: red. Hex color #36332B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36332B is #C9CCD4. Grayscale: #333333. Windows color (decimal): -13225173 or 2831158. OLE color: 2831158.
HSL color Cylindrical-coordinate representation of color #36332B: hue angle of 43.64º degrees, saturation: 0.11, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #36332B is Cyan = 0, Magento = 0.06, Yellow = 0.20 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 51 | 43 | - |
| CMYK | 0 | 0.06 | 0.20 | 0.79 |
| HSL | 43.64º | 0.11% | 0.19% | - |
| HSV(B) | 43.64º | 0.2% | 0.21% | - |
| XYZ | 3.14 | 3.33 | 2.76 | - |
| YUV | 50.99 | 123.49 | 130.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 51 | 43 | 0 | 0.06 | 0.20 | 0.79 | 43.64 | 0.11 | 0.19 |
| Hex | 36 | 33 | 2B | 0 | 6 | 14 | 4F | 2C | B | 13 |
| Octal | 66 | 63 | 53 | 0 | 6 | 24 | 117 | 54 | 13 | 23 |
| Binary | 110110 | 110011 | 101011 | 0 | 110 | 10100 | 1001111 | 101100 | 1011 | 10011 |
Color Harmonies of #36332B
Complementary color
Monochromatic Colors of #36332B
Black with #36332B
Text Example
Text Example
White with #36332B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36332B; }
p { color: rgb(54,51,43); }
H1.HeaderClassName
{
color: #36332B;
}
.AnyTagClassName
{
color: #36332B;
}
</style>
background-color css
<style>
a { background-color: #36332B; }
a { background-color: rgb(54,51,43); }
div.DivClassName
{
background-color: #36332B;
}
.BgClassName
{
background-color: #36332B;
}
</style>
border-color css
<style>
span { border-color: #36332B; }
span { border-color: rgb(54,51,43); }
td.TdClassName
{
border-color: #36332B;
}
.TagClassName
{
border-color: #36332B;
}
</style>