Shades of Graphite #39352A
Tints of Graphite #39352A
RGB
CMYK
RGB Variations
Color information
#39352A (or 0x39352A) is known color: Graphite. HEX triplet: 39, 35 and 2A. RGB value is (57,53,42). Sum of RGB (Red+Green+Blue) = 57+53+42=152 (20% of max value = 765). Red value is 57 (22.66% from 255 or 37.5% from 152); Green value is 53 (21.09% from 255 or 34.87% from 152); Blue value is 42 (16.80% from 255 or 27.63% from 152); Max value from RGB is 57 - color contains mainly: red. Hex color #39352A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39352A is #C6CAD5. Grayscale: #343434. Windows color (decimal): -13028054 or 2766137. OLE color: 2766137.
HSL color Cylindrical-coordinate representation of color #39352A: hue angle of 44º degrees, saturation: 0.15, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #39352A is Cyan = 0, Magento = 0.07, Yellow = 0.26 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 53 | 42 | - |
| CMYK | 0 | 0.07 | 0.26 | 0.78 |
| HSL | 44º | 0.15% | 0.19% | - |
| HSV(B) | 44º | 0.26% | 0.22% | - |
| XYZ | 3.38 | 3.58 | 2.7 | - |
| YUV | 52.94 | 121.83 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 53 | 42 | 0 | 0.07 | 0.26 | 0.78 | 44 | 0.15 | 0.19 |
| Hex | 39 | 35 | 2A | 0 | 7 | 1A | 4E | 2C | F | 13 |
| Octal | 71 | 65 | 52 | 0 | 7 | 32 | 116 | 54 | 17 | 23 |
| Binary | 111001 | 110101 | 101010 | 0 | 111 | 11010 | 1001110 | 101100 | 1111 | 10011 |
Color Harmonies of #39352A
Complementary color
Monochromatic Colors of #39352A
Black with #39352A
Text Example
Text Example
White with #39352A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39352A; }
p { color: rgb(57,53,42); }
H1.HeaderClassName
{
color: #39352A;
}
.AnyTagClassName
{
color: #39352A;
}
</style>
background-color css
<style>
a { background-color: #39352A; }
a { background-color: rgb(57,53,42); }
div.DivClassName
{
background-color: #39352A;
}
.BgClassName
{
background-color: #39352A;
}
</style>
border-color css
<style>
span { border-color: #39352A; }
span { border-color: rgb(57,53,42); }
td.TdClassName
{
border-color: #39352A;
}
.TagClassName
{
border-color: #39352A;
}
</style>