Shades of Graphite #33322F
Tints of Graphite #33322F
RGB
CMYK
RGB Variations
Color information
#33322F (or 0x33322F) is known color: Graphite. HEX triplet: 33, 32 and 2F. RGB value is (51,50,47). Sum of RGB (Red+Green+Blue) = 51+50+47=148 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.46% from 148); Green value is 50 (19.92% from 255 or 33.78% from 148); Blue value is 47 (18.75% from 255 or 31.76% from 148); Max value from RGB is 51 - color contains mainly: red. Hex color #33322F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33322F is #CCCDD0. Grayscale: #313131. Windows color (decimal): -13422033 or 3093043. OLE color: 3093043.
HSL color Cylindrical-coordinate representation of color #33322F: hue angle of 45º degrees, saturation: 0.04, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #33322F is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 50 | 47 | - |
| CMYK | 0 | 0.02 | 0.08 | 0.8 |
| HSL | 45º | 0.04% | 0.19% | - |
| HSV(B) | 45º | 0.08% | 0.2% | - |
| XYZ | 3.02 | 3.19 | 3.15 | - |
| YUV | 49.96 | 126.33 | 128.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 50 | 47 | 0 | 0.02 | 0.08 | 0.8 | 45 | 0.04 | 0.19 |
| Hex | 33 | 32 | 2F | 0 | 2 | 8 | 50 | 2D | 4 | 13 |
| Octal | 63 | 62 | 57 | 0 | 2 | 10 | 120 | 55 | 4 | 23 |
| Binary | 110011 | 110010 | 101111 | 0 | 10 | 1000 | 1010000 | 101101 | 100 | 10011 |
Color Harmonies of #33322F
Complementary color
Monochromatic Colors of #33322F
Black with #33322F
Text Example
Text Example
White with #33322F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33322F; }
p { color: rgb(51,50,47); }
H1.HeaderClassName
{
color: #33322F;
}
.AnyTagClassName
{
color: #33322F;
}
</style>
background-color css
<style>
a { background-color: #33322F; }
a { background-color: rgb(51,50,47); }
div.DivClassName
{
background-color: #33322F;
}
.BgClassName
{
background-color: #33322F;
}
</style>
border-color css
<style>
span { border-color: #33322F; }
span { border-color: rgb(51,50,47); }
td.TdClassName
{
border-color: #33322F;
}
.TagClassName
{
border-color: #33322F;
}
</style>