Shades of Graphite #352F1B
Tints of Graphite #352F1B
RGB
CMYK
RGB Variations
Color information
#352F1B (or 0x352F1B) is known color: Graphite. HEX triplet: 35, 2F and 1B. RGB value is (53,47,27). Sum of RGB (Red+Green+Blue) = 53+47+27=127 (16% of max value = 765). Red value is 53 (21.09% from 255 or 41.73% from 127); Green value is 47 (18.75% from 255 or 37.01% from 127); Blue value is 27 (10.94% from 255 or 21.26% from 127); Max value from RGB is 53 - color contains mainly: red. Hex color #352F1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352F1B is #CAD0E4. Grayscale: #2E2E2E. Windows color (decimal): -13291749 or 1781557. OLE color: 1781557.
HSL color Cylindrical-coordinate representation of color #352F1B: hue angle of 46.15º degrees, saturation: 0.32, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #352F1B is Cyan = 0, Magento = 0.11, Yellow = 0.49 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 47 | 27 | - |
| CMYK | 0 | 0.11 | 0.49 | 0.79 |
| HSL | 46.15º | 0.33% | 0.16% | - |
| HSV(B) | 46.15º | 0.49% | 0.21% | - |
| XYZ | 2.68 | 2.87 | 1.45 | - |
| YUV | 46.51 | 116.99 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 47 | 27 | 0 | 0.11 | 0.49 | 0.79 | 46.15 | 0.33 | 0.16 |
| Hex | 35 | 2F | 1B | 0 | B | 31 | 4F | 2E | 20 | 10 |
| Octal | 65 | 57 | 33 | 0 | 13 | 61 | 117 | 56 | 40 | 20 |
| Binary | 110101 | 101111 | 11011 | 0 | 1011 | 110001 | 1001111 | 101110 | 100000 | 10000 |
Color Harmonies of #352F1B
Complementary color
Monochromatic Colors of #352F1B
Black with #352F1B
Text Example
Text Example
White with #352F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352F1B; }
p { color: rgb(53,47,27); }
H1.HeaderClassName
{
color: #352F1B;
}
.AnyTagClassName
{
color: #352F1B;
}
</style>
background-color css
<style>
a { background-color: #352F1B; }
a { background-color: rgb(53,47,27); }
div.DivClassName
{
background-color: #352F1B;
}
.BgClassName
{
background-color: #352F1B;
}
</style>
border-color css
<style>
span { border-color: #352F1B; }
span { border-color: rgb(53,47,27); }
td.TdClassName
{
border-color: #352F1B;
}
.TagClassName
{
border-color: #352F1B;
}
</style>