Shades of Graphite #3A362C
Tints of Graphite #3A362C
RGB
CMYK
RGB Variations
Color information
#3A362C (or 0x3A362C) is known color: Graphite. HEX triplet: 3A, 36 and 2C. RGB value is (58,54,44). Sum of RGB (Red+Green+Blue) = 58+54+44=156 (20% of max value = 765). Red value is 58 (23.05% from 255 or 37.18% from 156); Green value is 54 (21.48% from 255 or 34.62% from 156); Blue value is 44 (17.58% from 255 or 28.21% from 156); Max value from RGB is 58 - color contains mainly: red. Hex color #3A362C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A362C is #C5C9D3. Grayscale: #363636. Windows color (decimal): -12962260 or 2897466. OLE color: 2897466.
HSL color Cylindrical-coordinate representation of color #3A362C: hue angle of 42.86º degrees, saturation: 0.14, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #3A362C is Cyan = 0, Magento = 0.07, Yellow = 0.24 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 54 | 44 | - |
| CMYK | 0 | 0.07 | 0.24 | 0.77 |
| HSL | 42.86º | 0.14% | 0.2% | - |
| HSV(B) | 42.86º | 0.24% | 0.23% | - |
| XYZ | 3.52 | 3.72 | 2.92 | - |
| YUV | 54.06 | 122.33 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 54 | 44 | 0 | 0.07 | 0.24 | 0.77 | 42.86 | 0.14 | 0.2 |
| Hex | 3A | 36 | 2C | 0 | 7 | 18 | 4D | 2B | E | 14 |
| Octal | 72 | 66 | 54 | 0 | 7 | 30 | 115 | 53 | 16 | 24 |
| Binary | 111010 | 110110 | 101100 | 0 | 111 | 11000 | 1001101 | 101011 | 1110 | 10100 |
Color Harmonies of #3A362C
Complementary color
Monochromatic Colors of #3A362C
Black with #3A362C
Text Example
Text Example
White with #3A362C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A362C; }
p { color: rgb(58,54,44); }
H1.HeaderClassName
{
color: #3A362C;
}
.AnyTagClassName
{
color: #3A362C;
}
</style>
background-color css
<style>
a { background-color: #3A362C; }
a { background-color: rgb(58,54,44); }
div.DivClassName
{
background-color: #3A362C;
}
.BgClassName
{
background-color: #3A362C;
}
</style>
border-color css
<style>
span { border-color: #3A362C; }
span { border-color: rgb(58,54,44); }
td.TdClassName
{
border-color: #3A362C;
}
.TagClassName
{
border-color: #3A362C;
}
</style>