Shades of Graphite #32312D
Tints of Graphite #32312D
RGB
CMYK
RGB Variations
Color information
#32312D (or 0x32312D) is known color: Graphite. HEX triplet: 32, 31 and 2D. RGB value is (50,49,45). Sum of RGB (Red+Green+Blue) = 50+49+45=144 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.72% from 144); Green value is 49 (19.53% from 255 or 34.03% from 144); Blue value is 45 (17.97% from 255 or 31.25% from 144); Max value from RGB is 50 - color contains mainly: red. Hex color #32312D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32312D is #CDCED2. Grayscale: #303030. Windows color (decimal): -13487827 or 2961714. OLE color: 2961714.
HSL color Cylindrical-coordinate representation of color #32312D: hue angle of 48º degrees, saturation: 0.05, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #32312D is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 49 | 45 | - |
| CMYK | 0 | 0.02 | 0.10 | 0.80 |
| HSL | 48º | 0.05% | 0.19% | - |
| HSV(B) | 48º | 0.1% | 0.2% | - |
| XYZ | 2.89 | 3.06 | 2.92 | - |
| YUV | 48.84 | 125.83 | 128.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 49 | 45 | 0 | 0.02 | 0.10 | 0.80 | 48 | 0.05 | 0.19 |
| Hex | 32 | 31 | 2D | 0 | 2 | A | 50 | 30 | 5 | 13 |
| Octal | 62 | 61 | 55 | 0 | 2 | 12 | 120 | 60 | 5 | 23 |
| Binary | 110010 | 110001 | 101101 | 0 | 10 | 1010 | 1010000 | 110000 | 101 | 10011 |
Color Harmonies of #32312D
Complementary color
Monochromatic Colors of #32312D
Black with #32312D
Text Example
Text Example
White with #32312D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32312D; }
p { color: rgb(50,49,45); }
H1.HeaderClassName
{
color: #32312D;
}
.AnyTagClassName
{
color: #32312D;
}
</style>
background-color css
<style>
a { background-color: #32312D; }
a { background-color: rgb(50,49,45); }
div.DivClassName
{
background-color: #32312D;
}
.BgClassName
{
background-color: #32312D;
}
</style>
border-color css
<style>
span { border-color: #32312D; }
span { border-color: rgb(50,49,45); }
td.TdClassName
{
border-color: #32312D;
}
.TagClassName
{
border-color: #32312D;
}
</style>