Shades of Graphite #39362B
Tints of Graphite #39362B
RGB
CMYK
RGB Variations
Color information
#39362B (or 0x39362B) is known color: Graphite. HEX triplet: 39, 36 and 2B. RGB value is (57,54,43). Sum of RGB (Red+Green+Blue) = 57+54+43=154 (20% of max value = 765). Red value is 57 (22.66% from 255 or 37.01% from 154); Green value is 54 (21.48% from 255 or 35.06% from 154); Blue value is 43 (17.19% from 255 or 27.92% from 154); Max value from RGB is 57 - color contains mainly: red. Hex color #39362B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39362B is #C6C9D4. Grayscale: #353535. Windows color (decimal): -13027797 or 2831929. OLE color: 2831929.
HSL color Cylindrical-coordinate representation of color #39362B: hue angle of 47.14º degrees, saturation: 0.14, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #39362B is Cyan = 0, Magento = 0.05, Yellow = 0.25 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 54 | 43 | - |
| CMYK | 0 | 0.05 | 0.25 | 0.78 |
| HSL | 47.14º | 0.14% | 0.2% | - |
| HSV(B) | 47.14º | 0.25% | 0.22% | - |
| XYZ | 3.44 | 3.68 | 2.81 | - |
| YUV | 53.64 | 121.99 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 54 | 43 | 0 | 0.05 | 0.25 | 0.78 | 47.14 | 0.14 | 0.2 |
| Hex | 39 | 36 | 2B | 0 | 5 | 19 | 4E | 2F | E | 14 |
| Octal | 71 | 66 | 53 | 0 | 5 | 31 | 116 | 57 | 16 | 24 |
| Binary | 111001 | 110110 | 101011 | 0 | 101 | 11001 | 1001110 | 101111 | 1110 | 10100 |
Color Harmonies of #39362B
Complementary color
Monochromatic Colors of #39362B
Black with #39362B
Text Example
Text Example
White with #39362B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39362B; }
p { color: rgb(57,54,43); }
H1.HeaderClassName
{
color: #39362B;
}
.AnyTagClassName
{
color: #39362B;
}
</style>
background-color css
<style>
a { background-color: #39362B; }
a { background-color: rgb(57,54,43); }
div.DivClassName
{
background-color: #39362B;
}
.BgClassName
{
background-color: #39362B;
}
</style>
border-color css
<style>
span { border-color: #39362B; }
span { border-color: rgb(57,54,43); }
td.TdClassName
{
border-color: #39362B;
}
.TagClassName
{
border-color: #39362B;
}
</style>