Shades of Graphite #3A362A
Tints of Graphite #3A362A
RGB
CMYK
RGB Variations
Color information
#3A362A (or 0x3A362A) is known color: Graphite. HEX triplet: 3A, 36 and 2A. RGB value is (58,54,42). Sum of RGB (Red+Green+Blue) = 58+54+42=154 (20% of max value = 765). Red value is 58 (23.05% from 255 or 37.66% from 154); Green value is 54 (21.48% from 255 or 35.06% from 154); Blue value is 42 (16.80% from 255 or 27.27% from 154); Max value from RGB is 58 - color contains mainly: red. Hex color #3A362A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A362A is #C5C9D5. Grayscale: #353535. Windows color (decimal): -12962262 or 2766394. OLE color: 2766394.
HSL color Cylindrical-coordinate representation of color #3A362A: hue angle of 45º degrees, saturation: 0.16, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3A362A is Cyan = 0, Magento = 0.07, Yellow = 0.28 and Black (K on CMYK) = 0.77.
Color convert
RGB | 58 | 54 | 42 | - |
CMYK | 0 | 0.07 | 0.28 | 0.77 |
HSL | 45º | 0.16% | 0.2% | - |
HSV(B) | 45º | 0.28% | 0.23% | - |
XYZ | 3.48 | 3.71 | 2.72 | - |
YUV | 53.83 | 121.33 | 130.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 58 | 54 | 42 | 0 | 0.07 | 0.28 | 0.77 | 45 | 0.16 | 0.2 |
Hex | 3A | 36 | 2A | 0 | 7 | 1C | 4D | 2D | 10 | 14 |
Octal | 72 | 66 | 52 | 0 | 7 | 34 | 115 | 55 | 20 | 24 |
Binary | 111010 | 110110 | 101010 | 0 | 111 | 11100 | 1001101 | 101101 | 10000 | 10100 |
Color Harmonies of #3A362A
Complementary color
Monochromatic Colors of #3A362A
Black with #3A362A
Text Example
Text Example
White with #3A362A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A362A; }
p { color: rgb(58,54,42); }
H1.HeaderClassName
{
color: #3A362A;
}
.AnyTagClassName
{
color: #3A362A;
}
</style>
background-color css
<style>
a { background-color: #3A362A; }
a { background-color: rgb(58,54,42); }
div.DivClassName
{
background-color: #3A362A;
}
.BgClassName
{
background-color: #3A362A;
}
</style>
border-color css
<style>
span { border-color: #3A362A; }
span { border-color: rgb(58,54,42); }
td.TdClassName
{
border-color: #3A362A;
}
.TagClassName
{
border-color: #3A362A;
}
</style>