Shades of Graphite #333128
Tints of Graphite #333128
RGB
CMYK
RGB Variations
Color information
#333128 (or 0x333128) is known color: Graphite. HEX triplet: 33, 31 and 28. RGB value is (51,49,40). Sum of RGB (Red+Green+Blue) = 51+49+40=140 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.43% from 140); Green value is 49 (19.53% from 255 or 35% from 140); Blue value is 40 (16.02% from 255 or 28.57% from 140); Max value from RGB is 51 - color contains mainly: red. Hex color #333128 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333128 is #CCCED7. Grayscale: #303030. Windows color (decimal): -13422296 or 2634035. OLE color: 2634035.
HSL color Cylindrical-coordinate representation of color #333128: hue angle of 49.09º degrees, saturation: 0.12, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #333128 is Cyan = 0, Magento = 0.04, Yellow = 0.22 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 49 | 40 | - |
| CMYK | 0 | 0.04 | 0.22 | 0.8 |
| HSL | 49.09º | 0.12% | 0.18% | - |
| HSV(B) | 49.09º | 0.22% | 0.2% | - |
| XYZ | 2.85 | 3.05 | 2.45 | - |
| YUV | 48.57 | 123.16 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 49 | 40 | 0 | 0.04 | 0.22 | 0.8 | 49.09 | 0.12 | 0.18 |
| Hex | 33 | 31 | 28 | 0 | 4 | 16 | 50 | 31 | C | 12 |
| Octal | 63 | 61 | 50 | 0 | 4 | 26 | 120 | 61 | 14 | 22 |
| Binary | 110011 | 110001 | 101000 | 0 | 100 | 10110 | 1010000 | 110001 | 1100 | 10010 |
Color Harmonies of #333128
Complementary color
Monochromatic Colors of #333128
Black with #333128
Text Example
Text Example
White with #333128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333128; }
p { color: rgb(51,49,40); }
H1.HeaderClassName
{
color: #333128;
}
.AnyTagClassName
{
color: #333128;
}
</style>
background-color css
<style>
a { background-color: #333128; }
a { background-color: rgb(51,49,40); }
div.DivClassName
{
background-color: #333128;
}
.BgClassName
{
background-color: #333128;
}
</style>
border-color css
<style>
span { border-color: #333128; }
span { border-color: rgb(51,49,40); }
td.TdClassName
{
border-color: #333128;
}
.TagClassName
{
border-color: #333128;
}
</style>