Shades of Graphite #3A362D
Tints of Graphite #3A362D
RGB
CMYK
RGB Variations
Color information
#3A362D (or 0x3A362D) is known color: Graphite. HEX triplet: 3A, 36 and 2D. RGB value is (58,54,45). Sum of RGB (Red+Green+Blue) = 58+54+45=157 (20% of max value = 765). Red value is 58 (23.05% from 255 or 36.94% from 157); Green value is 54 (21.48% from 255 or 34.39% from 157); Blue value is 45 (17.97% from 255 or 28.66% from 157); Max value from RGB is 58 - color contains mainly: red. Hex color #3A362D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A362D is #C5C9D2. Grayscale: #363636. Windows color (decimal): -12962259 or 2963002. OLE color: 2963002.
HSL color Cylindrical-coordinate representation of color #3A362D: hue angle of 41.54º degrees, saturation: 0.13, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #3A362D is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 54 | 45 | - |
| CMYK | 0 | 0.07 | 0.22 | 0.77 |
| HSL | 41.54º | 0.13% | 0.2% | - |
| HSV(B) | 41.54º | 0.22% | 0.23% | - |
| XYZ | 3.54 | 3.73 | 3.02 | - |
| YUV | 54.17 | 122.83 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 54 | 45 | 0 | 0.07 | 0.22 | 0.77 | 41.54 | 0.13 | 0.2 |
| Hex | 3A | 36 | 2D | 0 | 7 | 16 | 4D | 2A | D | 14 |
| Octal | 72 | 66 | 55 | 0 | 7 | 26 | 115 | 52 | 15 | 24 |
| Binary | 111010 | 110110 | 101101 | 0 | 111 | 10110 | 1001101 | 101010 | 1101 | 10100 |
Color Harmonies of #3A362D
Complementary color
Monochromatic Colors of #3A362D
Black with #3A362D
Text Example
Text Example
White with #3A362D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A362D; }
p { color: rgb(58,54,45); }
H1.HeaderClassName
{
color: #3A362D;
}
.AnyTagClassName
{
color: #3A362D;
}
</style>
background-color css
<style>
a { background-color: #3A362D; }
a { background-color: rgb(58,54,45); }
div.DivClassName
{
background-color: #3A362D;
}
.BgClassName
{
background-color: #3A362D;
}
</style>
border-color css
<style>
span { border-color: #3A362D; }
span { border-color: rgb(58,54,45); }
td.TdClassName
{
border-color: #3A362D;
}
.TagClassName
{
border-color: #3A362D;
}
</style>