Shades of Graphite #3A351A
Tints of Graphite #3A351A
RGB
CMYK
RGB Variations
Color information
#3A351A (or 0x3A351A) is known color: Graphite. HEX triplet: 3A, 35 and 1A. RGB value is (58,53,26). Sum of RGB (Red+Green+Blue) = 58+53+26=137 (18% of max value = 765). Red value is 58 (23.05% from 255 or 42.34% from 137); Green value is 53 (21.09% from 255 or 38.69% from 137); Blue value is 26 (10.55% from 255 or 18.98% from 137); Max value from RGB is 58 - color contains mainly: red. Hex color #3A351A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A351A is #C5CAE5. Grayscale: #333333. Windows color (decimal): -12962534 or 1717562. OLE color: 1717562.
HSL color Cylindrical-coordinate representation of color #3A351A: hue angle of 50.62º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3A351A is Cyan = 0, Magento = 0.09, Yellow = 0.55 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 53 | 26 | - |
| CMYK | 0 | 0.09 | 0.55 | 0.77 |
| HSL | 50.63º | 0.38% | 0.16% | - |
| HSV(B) | 50.63º | 0.55% | 0.23% | - |
| XYZ | 3.2 | 3.52 | 1.49 | - |
| YUV | 51.42 | 113.66 | 132.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 53 | 26 | 0 | 0.09 | 0.55 | 0.77 | 50.63 | 0.38 | 0.16 |
| Hex | 3A | 35 | 1A | 0 | 9 | 37 | 4D | 33 | 26 | 10 |
| Octal | 72 | 65 | 32 | 0 | 11 | 67 | 115 | 63 | 46 | 20 |
| Binary | 111010 | 110101 | 11010 | 0 | 1001 | 110111 | 1001101 | 110011 | 100110 | 10000 |
Color Harmonies of #3A351A
Complementary color
Monochromatic Colors of #3A351A
Black with #3A351A
Text Example
Text Example
White with #3A351A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A351A; }
p { color: rgb(58,53,26); }
H1.HeaderClassName
{
color: #3A351A;
}
.AnyTagClassName
{
color: #3A351A;
}
</style>
background-color css
<style>
a { background-color: #3A351A; }
a { background-color: rgb(58,53,26); }
div.DivClassName
{
background-color: #3A351A;
}
.BgClassName
{
background-color: #3A351A;
}
</style>
border-color css
<style>
span { border-color: #3A351A; }
span { border-color: rgb(58,53,26); }
td.TdClassName
{
border-color: #3A351A;
}
.TagClassName
{
border-color: #3A351A;
}
</style>