Shades of Graphite #33322E
Tints of Graphite #33322E
RGB
CMYK
RGB Variations
Color information
#33322E (or 0x33322E) is known color: Graphite. HEX triplet: 33, 32 and 2E. RGB value is (51,50,46). Sum of RGB (Red+Green+Blue) = 51+50+46=147 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.69% from 147); Green value is 50 (19.92% from 255 or 34.01% from 147); Blue value is 46 (18.36% from 255 or 31.29% from 147); Max value from RGB is 51 - color contains mainly: red. Hex color #33322E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33322E is #CCCDD1. Grayscale: #313131. Windows color (decimal): -13422034 or 3027507. OLE color: 3027507.
HSL color Cylindrical-coordinate representation of color #33322E: hue angle of 48º degrees, saturation: 0.05, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #33322E is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 50 | 46 | - |
| CMYK | 0 | 0.02 | 0.10 | 0.8 |
| HSL | 48º | 0.05% | 0.19% | - |
| HSV(B) | 48º | 0.1% | 0.2% | - |
| XYZ | 3 | 3.18 | 3.04 | - |
| YUV | 49.84 | 125.83 | 128.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 50 | 46 | 0 | 0.02 | 0.10 | 0.8 | 48 | 0.05 | 0.19 |
| Hex | 33 | 32 | 2E | 0 | 2 | A | 50 | 30 | 5 | 13 |
| Octal | 63 | 62 | 56 | 0 | 2 | 12 | 120 | 60 | 5 | 23 |
| Binary | 110011 | 110010 | 101110 | 0 | 10 | 1010 | 1010000 | 110000 | 101 | 10011 |
Color Harmonies of #33322E
Complementary color
Monochromatic Colors of #33322E
Black with #33322E
Text Example
Text Example
White with #33322E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33322E; }
p { color: rgb(51,50,46); }
H1.HeaderClassName
{
color: #33322E;
}
.AnyTagClassName
{
color: #33322E;
}
</style>
background-color css
<style>
a { background-color: #33322E; }
a { background-color: rgb(51,50,46); }
div.DivClassName
{
background-color: #33322E;
}
.BgClassName
{
background-color: #33322E;
}
</style>
border-color css
<style>
span { border-color: #33322E; }
span { border-color: rgb(51,50,46); }
td.TdClassName
{
border-color: #33322E;
}
.TagClassName
{
border-color: #33322E;
}
</style>