Shades of Graphite #3A3728
Tints of Graphite #3A3728
RGB
CMYK
RGB Variations
Color information
#3A3728 (or 0x3A3728) is known color: Graphite. HEX triplet: 3A, 37 and 28. RGB value is (58,55,40). Sum of RGB (Red+Green+Blue) = 58+55+40=153 (20% of max value = 765). Red value is 58 (23.05% from 255 or 37.91% from 153); Green value is 55 (21.88% from 255 or 35.95% from 153); Blue value is 40 (16.02% from 255 or 26.14% from 153); Max value from RGB is 58 - color contains mainly: red. Hex color #3A3728 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A3728 is #C5C8D7. Grayscale: #363636. Windows color (decimal): -12962008 or 2635578. OLE color: 2635578.
HSL color Cylindrical-coordinate representation of color #3A3728: hue angle of 50º degrees, saturation: 0.18, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3A3728 is Cyan = 0, Magento = 0.05, Yellow = 0.31 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 55 | 40 | - |
| CMYK | 0 | 0.05 | 0.31 | 0.77 |
| HSL | 50º | 0.18% | 0.19% | - |
| HSV(B) | 50º | 0.31% | 0.23% | - |
| XYZ | 3.49 | 3.79 | 2.55 | - |
| YUV | 54.19 | 119.99 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 55 | 40 | 0 | 0.05 | 0.31 | 0.77 | 50 | 0.18 | 0.19 |
| Hex | 3A | 37 | 28 | 0 | 5 | 1F | 4D | 32 | 12 | 13 |
| Octal | 72 | 67 | 50 | 0 | 5 | 37 | 115 | 62 | 22 | 23 |
| Binary | 111010 | 110111 | 101000 | 0 | 101 | 11111 | 1001101 | 110010 | 10010 | 10011 |
Color Harmonies of #3A3728
Complementary color
Monochromatic Colors of #3A3728
Black with #3A3728
Text Example
Text Example
White with #3A3728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3728; }
p { color: rgb(58,55,40); }
H1.HeaderClassName
{
color: #3A3728;
}
.AnyTagClassName
{
color: #3A3728;
}
</style>
background-color css
<style>
a { background-color: #3A3728; }
a { background-color: rgb(58,55,40); }
div.DivClassName
{
background-color: #3A3728;
}
.BgClassName
{
background-color: #3A3728;
}
</style>
border-color css
<style>
span { border-color: #3A3728; }
span { border-color: rgb(58,55,40); }
td.TdClassName
{
border-color: #3A3728;
}
.TagClassName
{
border-color: #3A3728;
}
</style>