Shades of Graphite #33322A
Tints of Graphite #33322A
RGB
CMYK
RGB Variations
Color information
#33322A (or 0x33322A) is known color: Graphite. HEX triplet: 33, 32 and 2A. RGB value is (51,50,42). Sum of RGB (Red+Green+Blue) = 51+50+42=143 (18% of max value = 765). Red value is 51 (20.31% from 255 or 35.66% from 143); Green value is 50 (19.92% from 255 or 34.97% from 143); Blue value is 42 (16.80% from 255 or 29.37% from 143); Max value from RGB is 51 - color contains mainly: red. Hex color #33322A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33322A is #CCCDD5. Grayscale: #313131. Windows color (decimal): -13422038 or 2765363. OLE color: 2765363.
HSL color Cylindrical-coordinate representation of color #33322A: hue angle of 53.33º degrees, saturation: 0.1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #33322A is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 50 | 42 | - |
| CMYK | 0 | 0.02 | 0.18 | 0.8 |
| HSL | 53.33º | 0.1% | 0.18% | - |
| HSV(B) | 53.33º | 0.18% | 0.2% | - |
| XYZ | 2.92 | 3.15 | 2.64 | - |
| YUV | 49.39 | 123.83 | 129.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 50 | 42 | 0 | 0.02 | 0.18 | 0.8 | 53.33 | 0.1 | 0.18 |
| Hex | 33 | 32 | 2A | 0 | 2 | 12 | 50 | 35 | A | 12 |
| Octal | 63 | 62 | 52 | 0 | 2 | 22 | 120 | 65 | 12 | 22 |
| Binary | 110011 | 110010 | 101010 | 0 | 10 | 10010 | 1010000 | 110101 | 1010 | 10010 |
Color Harmonies of #33322A
Complementary color
Monochromatic Colors of #33322A
Black with #33322A
Text Example
Text Example
White with #33322A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33322A; }
p { color: rgb(51,50,42); }
H1.HeaderClassName
{
color: #33322A;
}
.AnyTagClassName
{
color: #33322A;
}
</style>
background-color css
<style>
a { background-color: #33322A; }
a { background-color: rgb(51,50,42); }
div.DivClassName
{
background-color: #33322A;
}
.BgClassName
{
background-color: #33322A;
}
</style>
border-color css
<style>
span { border-color: #33322A; }
span { border-color: rgb(51,50,42); }
td.TdClassName
{
border-color: #33322A;
}
.TagClassName
{
border-color: #33322A;
}
</style>