Shades of Graphite #332F20
Tints of Graphite #332F20
RGB
CMYK
RGB Variations
Color information
#332F20 (or 0x332F20) is known color: Graphite. HEX triplet: 33, 2F and 20. RGB value is (51,47,32). Sum of RGB (Red+Green+Blue) = 51+47+32=130 (17% of max value = 765). Red value is 51 (20.31% from 255 or 39.23% from 130); Green value is 47 (18.75% from 255 or 36.15% from 130); Blue value is 32 (12.89% from 255 or 24.62% from 130); Max value from RGB is 51 - color contains mainly: red. Hex color #332F20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332F20 is #CCD0DF. Grayscale: #2E2E2E. Windows color (decimal): -13422816 or 2109235. OLE color: 2109235.
HSL color Cylindrical-coordinate representation of color #332F20: hue angle of 47.37º degrees, saturation: 0.23, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #332F20 is Cyan = 0, Magento = 0.08, Yellow = 0.37 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 47 | 32 | - |
| CMYK | 0 | 0.08 | 0.37 | 0.8 |
| HSL | 47.37º | 0.23% | 0.16% | - |
| HSV(B) | 47.37º | 0.37% | 0.2% | - |
| XYZ | 2.64 | 2.84 | 1.78 | - |
| YUV | 46.49 | 119.83 | 131.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 47 | 32 | 0 | 0.08 | 0.37 | 0.8 | 47.37 | 0.23 | 0.16 |
| Hex | 33 | 2F | 20 | 0 | 8 | 25 | 50 | 2F | 17 | 10 |
| Octal | 63 | 57 | 40 | 0 | 10 | 45 | 120 | 57 | 27 | 20 |
| Binary | 110011 | 101111 | 100000 | 0 | 1000 | 100101 | 1010000 | 101111 | 10111 | 10000 |
Color Harmonies of #332F20
Complementary color
Monochromatic Colors of #332F20
Black with #332F20
Text Example
Text Example
White with #332F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332F20; }
p { color: rgb(51,47,32); }
H1.HeaderClassName
{
color: #332F20;
}
.AnyTagClassName
{
color: #332F20;
}
</style>
background-color css
<style>
a { background-color: #332F20; }
a { background-color: rgb(51,47,32); }
div.DivClassName
{
background-color: #332F20;
}
.BgClassName
{
background-color: #332F20;
}
</style>
border-color css
<style>
span { border-color: #332F20; }
span { border-color: rgb(51,47,32); }
td.TdClassName
{
border-color: #332F20;
}
.TagClassName
{
border-color: #332F20;
}
</style>