Shades of Graphite #353023
Tints of Graphite #353023
RGB
CMYK
RGB Variations
Color information
#353023 (or 0x353023) is known color: Graphite. HEX triplet: 35, 30 and 23. RGB value is (53,48,35). Sum of RGB (Red+Green+Blue) = 53+48+35=136 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.97% from 136); Green value is 48 (19.14% from 255 or 35.29% from 136); Blue value is 35 (14.06% from 255 or 25.74% from 136); Max value from RGB is 53 - color contains mainly: red. Hex color #353023 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353023 is #CACFDC. Grayscale: #303030. Windows color (decimal): -13291485 or 2306101. OLE color: 2306101.
HSL color Cylindrical-coordinate representation of color #353023: hue angle of 43.33º degrees, saturation: 0.2, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #353023 is Cyan = 0, Magento = 0.09, Yellow = 0.34 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 48 | 35 | - |
| CMYK | 0 | 0.09 | 0.34 | 0.79 |
| HSL | 43.33º | 0.2% | 0.17% | - |
| HSV(B) | 43.33º | 0.34% | 0.21% | - |
| XYZ | 2.83 | 2.99 | 2.02 | - |
| YUV | 48.01 | 120.66 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 48 | 35 | 0 | 0.09 | 0.34 | 0.79 | 43.33 | 0.2 | 0.17 |
| Hex | 35 | 30 | 23 | 0 | 9 | 22 | 4F | 2B | 14 | 11 |
| Octal | 65 | 60 | 43 | 0 | 11 | 42 | 117 | 53 | 24 | 21 |
| Binary | 110101 | 110000 | 100011 | 0 | 1001 | 100010 | 1001111 | 101011 | 10100 | 10001 |
Color Harmonies of #353023
Complementary color
Monochromatic Colors of #353023
Black with #353023
Text Example
Text Example
White with #353023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353023; }
p { color: rgb(53,48,35); }
H1.HeaderClassName
{
color: #353023;
}
.AnyTagClassName
{
color: #353023;
}
</style>
background-color css
<style>
a { background-color: #353023; }
a { background-color: rgb(53,48,35); }
div.DivClassName
{
background-color: #353023;
}
.BgClassName
{
background-color: #353023;
}
</style>
border-color css
<style>
span { border-color: #353023; }
span { border-color: rgb(53,48,35); }
td.TdClassName
{
border-color: #353023;
}
.TagClassName
{
border-color: #353023;
}
</style>