Shades of Graphite #3A382F
Tints of Graphite #3A382F
RGB
CMYK
RGB Variations
Color information
#3A382F (or 0x3A382F) is known color: Graphite. HEX triplet: 3A, 38 and 2F. RGB value is (58,56,47). Sum of RGB (Red+Green+Blue) = 58+56+47=161 (21% of max value = 765). Red value is 58 (23.05% from 255 or 36.02% from 161); Green value is 56 (22.27% from 255 or 34.78% from 161); Blue value is 47 (18.75% from 255 or 29.19% from 161); Max value from RGB is 58 - color contains mainly: red. Hex color #3A382F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A382F is #C5C7D0. Grayscale: #373737. Windows color (decimal): -12961745 or 3094586. OLE color: 3094586.
HSL color Cylindrical-coordinate representation of color #3A382F: hue angle of 49.09º degrees, saturation: 0.1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #3A382F is Cyan = 0, Magento = 0.03, Yellow = 0.19 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 56 | 47 | - |
| CMYK | 0 | 0.03 | 0.19 | 0.77 |
| HSL | 49.09º | 0.1% | 0.21% | - |
| HSV(B) | 49.09º | 0.19% | 0.23% | - |
| XYZ | 3.67 | 3.93 | 3.25 | - |
| YUV | 55.57 | 123.16 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 56 | 47 | 0 | 0.03 | 0.19 | 0.77 | 49.09 | 0.1 | 0.21 |
| Hex | 3A | 38 | 2F | 0 | 3 | 13 | 4D | 31 | A | 15 |
| Octal | 72 | 70 | 57 | 0 | 3 | 23 | 115 | 61 | 12 | 25 |
| Binary | 111010 | 111000 | 101111 | 0 | 11 | 10011 | 1001101 | 110001 | 1010 | 10101 |
Color Harmonies of #3A382F
Complementary color
Monochromatic Colors of #3A382F
Black with #3A382F
Text Example
Text Example
White with #3A382F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A382F; }
p { color: rgb(58,56,47); }
H1.HeaderClassName
{
color: #3A382F;
}
.AnyTagClassName
{
color: #3A382F;
}
</style>
background-color css
<style>
a { background-color: #3A382F; }
a { background-color: rgb(58,56,47); }
div.DivClassName
{
background-color: #3A382F;
}
.BgClassName
{
background-color: #3A382F;
}
</style>
border-color css
<style>
span { border-color: #3A382F; }
span { border-color: rgb(58,56,47); }
td.TdClassName
{
border-color: #3A382F;
}
.TagClassName
{
border-color: #3A382F;
}
</style>