Shades of Graphite #35301D
Tints of Graphite #35301D
RGB
CMYK
RGB Variations
Color information
#35301D (or 0x35301D) is known color: Graphite. HEX triplet: 35, 30 and 1D. RGB value is (53,48,29). Sum of RGB (Red+Green+Blue) = 53+48+29=130 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.77% from 130); Green value is 48 (19.14% from 255 or 36.92% from 130); Blue value is 29 (11.72% from 255 or 22.31% from 130); Max value from RGB is 53 - color contains mainly: red. Hex color #35301D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35301D is #CACFE2. Grayscale: #2F2F2F. Windows color (decimal): -13291491 or 1912885. OLE color: 1912885.
HSL color Cylindrical-coordinate representation of color #35301D: hue angle of 47.5º degrees, saturation: 0.29, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #35301D is Cyan = 0, Magento = 0.09, Yellow = 0.45 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 48 | 29 | - |
| CMYK | 0 | 0.09 | 0.45 | 0.79 |
| HSL | 47.5º | 0.29% | 0.16% | - |
| HSV(B) | 47.5º | 0.45% | 0.21% | - |
| XYZ | 2.75 | 2.96 | 1.59 | - |
| YUV | 47.33 | 117.66 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 48 | 29 | 0 | 0.09 | 0.45 | 0.79 | 47.5 | 0.29 | 0.16 |
| Hex | 35 | 30 | 1D | 0 | 9 | 2D | 4F | 30 | 1D | 10 |
| Octal | 65 | 60 | 35 | 0 | 11 | 55 | 117 | 60 | 35 | 20 |
| Binary | 110101 | 110000 | 11101 | 0 | 1001 | 101101 | 1001111 | 110000 | 11101 | 10000 |
Color Harmonies of #35301D
Complementary color
Monochromatic Colors of #35301D
Black with #35301D
Text Example
Text Example
White with #35301D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35301D; }
p { color: rgb(53,48,29); }
H1.HeaderClassName
{
color: #35301D;
}
.AnyTagClassName
{
color: #35301D;
}
</style>
background-color css
<style>
a { background-color: #35301D; }
a { background-color: rgb(53,48,29); }
div.DivClassName
{
background-color: #35301D;
}
.BgClassName
{
background-color: #35301D;
}
</style>
border-color css
<style>
span { border-color: #35301D; }
span { border-color: rgb(53,48,29); }
td.TdClassName
{
border-color: #35301D;
}
.TagClassName
{
border-color: #35301D;
}
</style>