Shades of Graphite #3A3725
Tints of Graphite #3A3725
RGB
CMYK
RGB Variations
Color information
#3A3725 (or 0x3A3725) is known color: Graphite. HEX triplet: 3A, 37 and 25. RGB value is (58,55,37). Sum of RGB (Red+Green+Blue) = 58+55+37=150 (19% of max value = 765). Red value is 58 (23.05% from 255 or 38.67% from 150); Green value is 55 (21.88% from 255 or 36.67% from 150); Blue value is 37 (14.84% from 255 or 24.67% from 150); Max value from RGB is 58 - color contains mainly: red. Hex color #3A3725 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A3725 is #C5C8DA. Grayscale: #353535. Windows color (decimal): -12962011 or 2438970. OLE color: 2438970.
HSL color Cylindrical-coordinate representation of color #3A3725: hue angle of 51.43º degrees, saturation: 0.22, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3A3725 is Cyan = 0, Magento = 0.05, Yellow = 0.36 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 55 | 37 | - |
| CMYK | 0 | 0.05 | 0.36 | 0.77 |
| HSL | 51.43º | 0.22% | 0.19% | - |
| HSV(B) | 51.43º | 0.36% | 0.23% | - |
| XYZ | 3.45 | 3.77 | 2.3 | - |
| YUV | 53.85 | 118.49 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 55 | 37 | 0 | 0.05 | 0.36 | 0.77 | 51.43 | 0.22 | 0.19 |
| Hex | 3A | 37 | 25 | 0 | 5 | 24 | 4D | 33 | 16 | 13 |
| Octal | 72 | 67 | 45 | 0 | 5 | 44 | 115 | 63 | 26 | 23 |
| Binary | 111010 | 110111 | 100101 | 0 | 101 | 100100 | 1001101 | 110011 | 10110 | 10011 |
Color Harmonies of #3A3725
Complementary color
Monochromatic Colors of #3A3725
Black with #3A3725
Text Example
Text Example
White with #3A3725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3725; }
p { color: rgb(58,55,37); }
H1.HeaderClassName
{
color: #3A3725;
}
.AnyTagClassName
{
color: #3A3725;
}
</style>
background-color css
<style>
a { background-color: #3A3725; }
a { background-color: rgb(58,55,37); }
div.DivClassName
{
background-color: #3A3725;
}
.BgClassName
{
background-color: #3A3725;
}
</style>
border-color css
<style>
span { border-color: #3A3725; }
span { border-color: rgb(58,55,37); }
td.TdClassName
{
border-color: #3A3725;
}
.TagClassName
{
border-color: #3A3725;
}
</style>