Shades of Graphite #3E3928
Tints of Graphite #3E3928
RGB
CMYK
RGB Variations
Color information
#3E3928 (or 0x3E3928) is known color: Graphite. HEX triplet: 3E, 39 and 28. RGB value is (62,57,40). Sum of RGB (Red+Green+Blue) = 62+57+40=159 (21% of max value = 765). Red value is 62 (24.61% from 255 or 38.99% from 159); Green value is 57 (22.66% from 255 or 35.85% from 159); Blue value is 40 (16.02% from 255 or 25.16% from 159); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3928 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E3928 is #C1C6D7. Grayscale: #383838. Windows color (decimal): -12699352 or 2636094. OLE color: 2636094.
HSL color Cylindrical-coordinate representation of color #3E3928: hue angle of 46.36º degrees, saturation: 0.22, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3E3928 is Cyan = 0, Magento = 0.08, Yellow = 0.35 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 57 | 40 | - |
| CMYK | 0 | 0.08 | 0.35 | 0.76 |
| HSL | 46.36º | 0.22% | 0.2% | - |
| HSV(B) | 46.36º | 0.35% | 0.24% | - |
| XYZ | 3.83 | 4.1 | 2.6 | - |
| YUV | 56.56 | 118.66 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 57 | 40 | 0 | 0.08 | 0.35 | 0.76 | 46.36 | 0.22 | 0.2 |
| Hex | 3E | 39 | 28 | 0 | 8 | 23 | 4C | 2E | 16 | 14 |
| Octal | 76 | 71 | 50 | 0 | 10 | 43 | 114 | 56 | 26 | 24 |
| Binary | 111110 | 111001 | 101000 | 0 | 1000 | 100011 | 1001100 | 101110 | 10110 | 10100 |
Color Harmonies of #3E3928
Complementary color
Monochromatic Colors of #3E3928
Black with #3E3928
Text Example
Text Example
White with #3E3928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3928; }
p { color: rgb(62,57,40); }
H1.HeaderClassName
{
color: #3E3928;
}
.AnyTagClassName
{
color: #3E3928;
}
</style>
background-color css
<style>
a { background-color: #3E3928; }
a { background-color: rgb(62,57,40); }
div.DivClassName
{
background-color: #3E3928;
}
.BgClassName
{
background-color: #3E3928;
}
</style>
border-color css
<style>
span { border-color: #3E3928; }
span { border-color: rgb(62,57,40); }
td.TdClassName
{
border-color: #3E3928;
}
.TagClassName
{
border-color: #3E3928;
}
</style>