Shades of Graphite #3A371B
Tints of Graphite #3A371B
RGB
CMYK
RGB Variations
Color information
#3A371B (or 0x3A371B) is known color: Graphite. HEX triplet: 3A, 37 and 1B. RGB value is (58,55,27). Sum of RGB (Red+Green+Blue) = 58+55+27=140 (18% of max value = 765). Red value is 58 (23.05% from 255 or 41.43% from 140); Green value is 55 (21.88% from 255 or 39.29% from 140); Blue value is 27 (10.94% from 255 or 19.29% from 140); Max value from RGB is 58 - color contains mainly: red. Hex color #3A371B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A371B is #C5C8E4. Grayscale: #343434. Windows color (decimal): -12962021 or 1783610. OLE color: 1783610.
HSL color Cylindrical-coordinate representation of color #3A371B: hue angle of 54.19º degrees, saturation: 0.36, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3A371B is Cyan = 0, Magento = 0.05, Yellow = 0.53 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 55 | 27 | - |
| CMYK | 0 | 0.05 | 0.53 | 0.77 |
| HSL | 54.19º | 0.36% | 0.17% | - |
| HSV(B) | 54.19º | 0.53% | 0.23% | - |
| XYZ | 3.31 | 3.71 | 1.58 | - |
| YUV | 52.71 | 113.49 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 55 | 27 | 0 | 0.05 | 0.53 | 0.77 | 54.19 | 0.36 | 0.17 |
| Hex | 3A | 37 | 1B | 0 | 5 | 35 | 4D | 36 | 24 | 11 |
| Octal | 72 | 67 | 33 | 0 | 5 | 65 | 115 | 66 | 44 | 21 |
| Binary | 111010 | 110111 | 11011 | 0 | 101 | 110101 | 1001101 | 110110 | 100100 | 10001 |
Color Harmonies of #3A371B
Complementary color
Monochromatic Colors of #3A371B
Black with #3A371B
Text Example
Text Example
White with #3A371B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A371B; }
p { color: rgb(58,55,27); }
H1.HeaderClassName
{
color: #3A371B;
}
.AnyTagClassName
{
color: #3A371B;
}
</style>
background-color css
<style>
a { background-color: #3A371B; }
a { background-color: rgb(58,55,27); }
div.DivClassName
{
background-color: #3A371B;
}
.BgClassName
{
background-color: #3A371B;
}
</style>
border-color css
<style>
span { border-color: #3A371B; }
span { border-color: rgb(58,55,27); }
td.TdClassName
{
border-color: #3A371B;
}
.TagClassName
{
border-color: #3A371B;
}
</style>