Shades of Graphite #32302A
Tints of Graphite #32302A
RGB
CMYK
RGB Variations
Color information
#32302A (or 0x32302A) is known color: Graphite. HEX triplet: 32, 30 and 2A. RGB value is (50,48,42). Sum of RGB (Red+Green+Blue) = 50+48+42=140 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.71% from 140); Green value is 48 (19.14% from 255 or 34.29% from 140); Blue value is 42 (16.80% from 255 or 30% from 140); Max value from RGB is 50 - color contains mainly: red. Hex color #32302A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32302A is #CDCFD5. Grayscale: #2F2F2F. Windows color (decimal): -13488086 or 2764850. OLE color: 2764850.
HSL color Cylindrical-coordinate representation of color #32302A: hue angle of 45º 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 #32302A is Cyan = 0, Magento = 0.04, Yellow = 0.16 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 48 | 42 | - |
| CMYK | 0 | 0.04 | 0.16 | 0.80 |
| HSL | 45º | 0.09% | 0.18% | - |
| HSV(B) | 45º | 0.16% | 0.2% | - |
| XYZ | 2.79 | 2.96 | 2.61 | - |
| YUV | 47.91 | 124.66 | 129.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 48 | 42 | 0 | 0.04 | 0.16 | 0.80 | 45 | 0.09 | 0.18 |
| Hex | 32 | 30 | 2A | 0 | 4 | 10 | 50 | 2D | 9 | 12 |
| Octal | 62 | 60 | 52 | 0 | 4 | 20 | 120 | 55 | 11 | 22 |
| Binary | 110010 | 110000 | 101010 | 0 | 100 | 10000 | 1010000 | 101101 | 1001 | 10010 |
Color Harmonies of #32302A
Complementary color
Monochromatic Colors of #32302A
Black with #32302A
Text Example
Text Example
White with #32302A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32302A; }
p { color: rgb(50,48,42); }
H1.HeaderClassName
{
color: #32302A;
}
.AnyTagClassName
{
color: #32302A;
}
</style>
background-color css
<style>
a { background-color: #32302A; }
a { background-color: rgb(50,48,42); }
div.DivClassName
{
background-color: #32302A;
}
.BgClassName
{
background-color: #32302A;
}
</style>
border-color css
<style>
span { border-color: #32302A; }
span { border-color: rgb(50,48,42); }
td.TdClassName
{
border-color: #32302A;
}
.TagClassName
{
border-color: #32302A;
}
</style>