Shades of Graphite #32302B
Tints of Graphite #32302B
RGB
CMYK
RGB Variations
Color information
#32302B (or 0x32302B) is known color: Graphite. HEX triplet: 32, 30 and 2B. RGB value is (50,48,43). Sum of RGB (Red+Green+Blue) = 50+48+43=141 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.46% from 141); Green value is 48 (19.14% from 255 or 34.04% from 141); Blue value is 43 (17.19% from 255 or 30.50% from 141); Max value from RGB is 50 - color contains mainly: red. Hex color #32302B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32302B is #CDCFD4. Grayscale: #303030. Windows color (decimal): -13488085 or 2830386. OLE color: 2830386.
HSL color Cylindrical-coordinate representation of color #32302B: hue angle of 42.86º degrees, saturation: 0.08, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #32302B is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 48 | 43 | - |
| CMYK | 0 | 0.04 | 0.14 | 0.80 |
| HSL | 42.86º | 0.08% | 0.18% | - |
| HSV(B) | 42.86º | 0.14% | 0.2% | - |
| XYZ | 2.81 | 2.97 | 2.71 | - |
| YUV | 48.03 | 125.16 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 48 | 43 | 0 | 0.04 | 0.14 | 0.80 | 42.86 | 0.08 | 0.18 |
| Hex | 32 | 30 | 2B | 0 | 4 | E | 50 | 2B | 8 | 12 |
| Octal | 62 | 60 | 53 | 0 | 4 | 16 | 120 | 53 | 10 | 22 |
| Binary | 110010 | 110000 | 101011 | 0 | 100 | 1110 | 1010000 | 101011 | 1000 | 10010 |
Color Harmonies of #32302B
Complementary color
Monochromatic Colors of #32302B
Black with #32302B
Text Example
Text Example
White with #32302B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32302B; }
p { color: rgb(50,48,43); }
H1.HeaderClassName
{
color: #32302B;
}
.AnyTagClassName
{
color: #32302B;
}
</style>
background-color css
<style>
a { background-color: #32302B; }
a { background-color: rgb(50,48,43); }
div.DivClassName
{
background-color: #32302B;
}
.BgClassName
{
background-color: #32302B;
}
</style>
border-color css
<style>
span { border-color: #32302B; }
span { border-color: rgb(50,48,43); }
td.TdClassName
{
border-color: #32302B;
}
.TagClassName
{
border-color: #32302B;
}
</style>