Shades of Graphite #32312E
Tints of Graphite #32312E
RGB
CMYK
RGB Variations
Color information
#32312E (or 0x32312E) is known color: Graphite. HEX triplet: 32, 31 and 2E. RGB value is (50,49,46). Sum of RGB (Red+Green+Blue) = 50+49+46=145 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.48% from 145); Green value is 49 (19.53% from 255 or 33.79% from 145); Blue value is 46 (18.36% from 255 or 31.72% from 145); Max value from RGB is 50 - color contains mainly: red. Hex color #32312E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32312E is #CDCED1. Grayscale: #303030. Windows color (decimal): -13487826 or 3027250. OLE color: 3027250.
HSL color Cylindrical-coordinate representation of color #32312E: hue angle of 45º degrees, saturation: 0.04, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #32312E is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 49 | 46 | - |
| CMYK | 0 | 0.02 | 0.08 | 0.80 |
| HSL | 45º | 0.04% | 0.19% | - |
| HSV(B) | 45º | 0.08% | 0.2% | - |
| XYZ | 2.91 | 3.07 | 3.02 | - |
| YUV | 48.96 | 126.33 | 128.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 49 | 46 | 0 | 0.02 | 0.08 | 0.80 | 45 | 0.04 | 0.19 |
| Hex | 32 | 31 | 2E | 0 | 2 | 8 | 50 | 2D | 4 | 13 |
| Octal | 62 | 61 | 56 | 0 | 2 | 10 | 120 | 55 | 4 | 23 |
| Binary | 110010 | 110001 | 101110 | 0 | 10 | 1000 | 1010000 | 101101 | 100 | 10011 |
Color Harmonies of #32312E
Complementary color
Monochromatic Colors of #32312E
Black with #32312E
Text Example
Text Example
White with #32312E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32312E; }
p { color: rgb(50,49,46); }
H1.HeaderClassName
{
color: #32312E;
}
.AnyTagClassName
{
color: #32312E;
}
</style>
background-color css
<style>
a { background-color: #32312E; }
a { background-color: rgb(50,49,46); }
div.DivClassName
{
background-color: #32312E;
}
.BgClassName
{
background-color: #32312E;
}
</style>
border-color css
<style>
span { border-color: #32312E; }
span { border-color: rgb(50,49,46); }
td.TdClassName
{
border-color: #32312E;
}
.TagClassName
{
border-color: #32312E;
}
</style>