Shades of Graphite #39331C
Tints of Graphite #39331C
RGB
CMYK
RGB Variations
Color information
#39331C (or 0x39331C) is known color: Graphite. HEX triplet: 39, 33 and 1C. RGB value is (57,51,28). Sum of RGB (Red+Green+Blue) = 57+51+28=136 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.91% from 136); Green value is 51 (20.31% from 255 or 37.5% from 136); Blue value is 28 (11.33% from 255 or 20.59% from 136); Max value from RGB is 57 - color contains mainly: red. Hex color #39331C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39331C is #C6CCE3. Grayscale: #323232. Windows color (decimal): -13028580 or 1848121. OLE color: 1848121.
HSL color Cylindrical-coordinate representation of color #39331C: hue angle of 47.59º degrees, saturation: 0.34, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #39331C is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 51 | 28 | - |
| CMYK | 0 | 0.11 | 0.51 | 0.78 |
| HSL | 47.59º | 0.34% | 0.17% | - |
| HSV(B) | 47.59º | 0.51% | 0.22% | - |
| XYZ | 3.08 | 3.32 | 1.58 | - |
| YUV | 50.17 | 115.49 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 51 | 28 | 0 | 0.11 | 0.51 | 0.78 | 47.59 | 0.34 | 0.17 |
| Hex | 39 | 33 | 1C | 0 | B | 33 | 4E | 30 | 22 | 11 |
| Octal | 71 | 63 | 34 | 0 | 13 | 63 | 116 | 60 | 42 | 21 |
| Binary | 111001 | 110011 | 11100 | 0 | 1011 | 110011 | 1001110 | 110000 | 100010 | 10001 |
Color Harmonies of #39331C
Complementary color
Monochromatic Colors of #39331C
Black with #39331C
Text Example
Text Example
White with #39331C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39331C; }
p { color: rgb(57,51,28); }
H1.HeaderClassName
{
color: #39331C;
}
.AnyTagClassName
{
color: #39331C;
}
</style>
background-color css
<style>
a { background-color: #39331C; }
a { background-color: rgb(57,51,28); }
div.DivClassName
{
background-color: #39331C;
}
.BgClassName
{
background-color: #39331C;
}
</style>
border-color css
<style>
span { border-color: #39331C; }
span { border-color: rgb(57,51,28); }
td.TdClassName
{
border-color: #39331C;
}
.TagClassName
{
border-color: #39331C;
}
</style>