Shades of Graphite #332F26
Tints of Graphite #332F26
RGB
CMYK
RGB Variations
Color information
#332F26 (or 0x332F26) is known color: Graphite. HEX triplet: 33, 2F and 26. RGB value is (51,47,38). Sum of RGB (Red+Green+Blue) = 51+47+38=136 (18% of max value = 765). Red value is 51 (20.31% from 255 or 37.5% from 136); Green value is 47 (18.75% from 255 or 34.56% from 136); Blue value is 38 (15.23% from 255 or 27.94% from 136); Max value from RGB is 51 - color contains mainly: red. Hex color #332F26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332F26 is #CCD0D9. Grayscale: #2F2F2F. Windows color (decimal): -13422810 or 2502451. OLE color: 2502451.
HSL color Cylindrical-coordinate representation of color #332F26: hue angle of 41.54º degrees, saturation: 0.15, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #332F26 is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 47 | 38 | - |
| CMYK | 0 | 0.08 | 0.25 | 0.8 |
| HSL | 41.54º | 0.15% | 0.17% | - |
| HSV(B) | 41.54º | 0.25% | 0.2% | - |
| XYZ | 2.73 | 2.88 | 2.25 | - |
| YUV | 47.17 | 122.83 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 47 | 38 | 0 | 0.08 | 0.25 | 0.8 | 41.54 | 0.15 | 0.17 |
| Hex | 33 | 2F | 26 | 0 | 8 | 19 | 50 | 2A | F | 11 |
| Octal | 63 | 57 | 46 | 0 | 10 | 31 | 120 | 52 | 17 | 21 |
| Binary | 110011 | 101111 | 100110 | 0 | 1000 | 11001 | 1010000 | 101010 | 1111 | 10001 |
Color Harmonies of #332F26
Complementary color
Monochromatic Colors of #332F26
Black with #332F26
Text Example
Text Example
White with #332F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332F26; }
p { color: rgb(51,47,38); }
H1.HeaderClassName
{
color: #332F26;
}
.AnyTagClassName
{
color: #332F26;
}
</style>
background-color css
<style>
a { background-color: #332F26; }
a { background-color: rgb(51,47,38); }
div.DivClassName
{
background-color: #332F26;
}
.BgClassName
{
background-color: #332F26;
}
</style>
border-color css
<style>
span { border-color: #332F26; }
span { border-color: rgb(51,47,38); }
td.TdClassName
{
border-color: #332F26;
}
.TagClassName
{
border-color: #332F26;
}
</style>