Shades of Graphite #35301E
Tints of Graphite #35301E
RGB
CMYK
RGB Variations
Color information
#35301E (or 0x35301E) is known color: Graphite. HEX triplet: 35, 30 and 1E. RGB value is (53,48,30). Sum of RGB (Red+Green+Blue) = 53+48+30=131 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.46% from 131); Green value is 48 (19.14% from 255 or 36.64% from 131); Blue value is 30 (12.11% from 255 or 22.90% from 131); Max value from RGB is 53 - color contains mainly: red. Hex color #35301E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35301E is #CACFE1. Grayscale: #2F2F2F. Windows color (decimal): -13291490 or 1978421. OLE color: 1978421.
HSL color Cylindrical-coordinate representation of color #35301E: hue angle of 46.96º degrees, saturation: 0.28, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #35301E is Cyan = 0, Magento = 0.09, Yellow = 0.43 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 48 | 30 | - |
| CMYK | 0 | 0.09 | 0.43 | 0.79 |
| HSL | 46.96º | 0.28% | 0.16% | - |
| HSV(B) | 46.96º | 0.43% | 0.21% | - |
| XYZ | 2.76 | 2.96 | 1.66 | - |
| YUV | 47.44 | 118.16 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 48 | 30 | 0 | 0.09 | 0.43 | 0.79 | 46.96 | 0.28 | 0.16 |
| Hex | 35 | 30 | 1E | 0 | 9 | 2B | 4F | 2F | 1C | 10 |
| Octal | 65 | 60 | 36 | 0 | 11 | 53 | 117 | 57 | 34 | 20 |
| Binary | 110101 | 110000 | 11110 | 0 | 1001 | 101011 | 1001111 | 101111 | 11100 | 10000 |
Color Harmonies of #35301E
Complementary color
Monochromatic Colors of #35301E
Black with #35301E
Text Example
Text Example
White with #35301E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35301E; }
p { color: rgb(53,48,30); }
H1.HeaderClassName
{
color: #35301E;
}
.AnyTagClassName
{
color: #35301E;
}
</style>
background-color css
<style>
a { background-color: #35301E; }
a { background-color: rgb(53,48,30); }
div.DivClassName
{
background-color: #35301E;
}
.BgClassName
{
background-color: #35301E;
}
</style>
border-color css
<style>
span { border-color: #35301E; }
span { border-color: rgb(53,48,30); }
td.TdClassName
{
border-color: #35301E;
}
.TagClassName
{
border-color: #35301E;
}
</style>