Shades of Graphite #32312A
Tints of Graphite #32312A
RGB
CMYK
RGB Variations
Color information
#32312A (or 0x32312A) is known color: Graphite. HEX triplet: 32, 31 and 2A. RGB value is (50,49,42). Sum of RGB (Red+Green+Blue) = 50+49+42=141 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.46% from 141); Green value is 49 (19.53% from 255 or 34.75% from 141); Blue value is 42 (16.80% from 255 or 29.79% from 141); Max value from RGB is 50 - color contains mainly: red. Hex color #32312A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32312A is #CDCED5. Grayscale: #303030. Windows color (decimal): -13487830 or 2765106. OLE color: 2765106.
HSL color Cylindrical-coordinate representation of color #32312A: hue angle of 52.5º degrees, saturation: 0.09, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #32312A is Cyan = 0, Magento = 0.02, Yellow = 0.16 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 49 | 42 | - |
| CMYK | 0 | 0.02 | 0.16 | 0.80 |
| HSL | 52.5º | 0.09% | 0.18% | - |
| HSV(B) | 52.5º | 0.16% | 0.2% | - |
| XYZ | 2.83 | 3.04 | 2.63 | - |
| YUV | 48.5 | 124.33 | 129.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 49 | 42 | 0 | 0.02 | 0.16 | 0.80 | 52.5 | 0.09 | 0.18 |
| Hex | 32 | 31 | 2A | 0 | 2 | 10 | 50 | 34 | 9 | 12 |
| Octal | 62 | 61 | 52 | 0 | 2 | 20 | 120 | 64 | 11 | 22 |
| Binary | 110010 | 110001 | 101010 | 0 | 10 | 10000 | 1010000 | 110100 | 1001 | 10010 |
Color Harmonies of #32312A
Complementary color
Monochromatic Colors of #32312A
Black with #32312A
Text Example
Text Example
White with #32312A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32312A; }
p { color: rgb(50,49,42); }
H1.HeaderClassName
{
color: #32312A;
}
.AnyTagClassName
{
color: #32312A;
}
</style>
background-color css
<style>
a { background-color: #32312A; }
a { background-color: rgb(50,49,42); }
div.DivClassName
{
background-color: #32312A;
}
.BgClassName
{
background-color: #32312A;
}
</style>
border-color css
<style>
span { border-color: #32312A; }
span { border-color: rgb(50,49,42); }
td.TdClassName
{
border-color: #32312A;
}
.TagClassName
{
border-color: #32312A;
}
</style>