Shades of Graphite #352F18
Tints of Graphite #352F18
RGB
CMYK
RGB Variations
Color information
#352F18 (or 0x352F18) is known color: Graphite. HEX triplet: 35, 2F and 18. RGB value is (53,47,24). Sum of RGB (Red+Green+Blue) = 53+47+24=124 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.74% from 124); Green value is 47 (18.75% from 255 or 37.90% from 124); Blue value is 24 (9.77% from 255 or 19.35% from 124); Max value from RGB is 53 - color contains mainly: red. Hex color #352F18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352F18 is #CAD0E7. Grayscale: #2E2E2E. Windows color (decimal): -13291752 or 1584949. OLE color: 1584949.
HSL color Cylindrical-coordinate representation of color #352F18: hue angle of 47.59º degrees, saturation: 0.38, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #352F18 is Cyan = 0, Magento = 0.11, Yellow = 0.55 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 47 | 24 | - |
| CMYK | 0 | 0.11 | 0.55 | 0.79 |
| HSL | 47.59º | 0.38% | 0.15% | - |
| HSV(B) | 47.59º | 0.55% | 0.21% | - |
| XYZ | 2.65 | 2.86 | 1.28 | - |
| YUV | 46.17 | 115.49 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 47 | 24 | 0 | 0.11 | 0.55 | 0.79 | 47.59 | 0.38 | 0.15 |
| Hex | 35 | 2F | 18 | 0 | B | 37 | 4F | 30 | 26 | F |
| Octal | 65 | 57 | 30 | 0 | 13 | 67 | 117 | 60 | 46 | 17 |
| Binary | 110101 | 101111 | 11000 | 0 | 1011 | 110111 | 1001111 | 110000 | 100110 | 1111 |
Color Harmonies of #352F18
Complementary color
Monochromatic Colors of #352F18
Black with #352F18
Text Example
Text Example
White with #352F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352F18; }
p { color: rgb(53,47,24); }
H1.HeaderClassName
{
color: #352F18;
}
.AnyTagClassName
{
color: #352F18;
}
</style>
background-color css
<style>
a { background-color: #352F18; }
a { background-color: rgb(53,47,24); }
div.DivClassName
{
background-color: #352F18;
}
.BgClassName
{
background-color: #352F18;
}
</style>
border-color css
<style>
span { border-color: #352F18; }
span { border-color: rgb(53,47,24); }
td.TdClassName
{
border-color: #352F18;
}
.TagClassName
{
border-color: #352F18;
}
</style>