Shades of Graphite #3B382E
Tints of Graphite #3B382E
RGB
CMYK
RGB Variations
Color information
#3B382E (or 0x3B382E) is known color: Graphite. HEX triplet: 3B, 38 and 2E. RGB value is (59,56,46). Sum of RGB (Red+Green+Blue) = 59+56+46=161 (21% of max value = 765). Red value is 59 (23.44% from 255 or 36.65% from 161); Green value is 56 (22.27% from 255 or 34.78% from 161); Blue value is 46 (18.36% from 255 or 28.57% from 161); Max value from RGB is 59 - color contains mainly: red. Hex color #3B382E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B382E is #C4C7D1. Grayscale: #373737. Windows color (decimal): -12896210 or 3029051. OLE color: 3029051.
HSL color Cylindrical-coordinate representation of color #3B382E: hue angle of 46.15º degrees, saturation: 0.12, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #3B382E is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 56 | 46 | - |
| CMYK | 0 | 0.05 | 0.22 | 0.77 |
| HSL | 46.15º | 0.12% | 0.21% | - |
| HSV(B) | 46.15º | 0.22% | 0.23% | - |
| XYZ | 3.71 | 3.96 | 3.15 | - |
| YUV | 55.76 | 122.49 | 130.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 56 | 46 | 0 | 0.05 | 0.22 | 0.77 | 46.15 | 0.12 | 0.21 |
| Hex | 3B | 38 | 2E | 0 | 5 | 16 | 4D | 2E | C | 15 |
| Octal | 73 | 70 | 56 | 0 | 5 | 26 | 115 | 56 | 14 | 25 |
| Binary | 111011 | 111000 | 101110 | 0 | 101 | 10110 | 1001101 | 101110 | 1100 | 10101 |
Color Harmonies of #3B382E
Complementary color
Monochromatic Colors of #3B382E
Black with #3B382E
Text Example
Text Example
White with #3B382E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B382E; }
p { color: rgb(59,56,46); }
H1.HeaderClassName
{
color: #3B382E;
}
.AnyTagClassName
{
color: #3B382E;
}
</style>
background-color css
<style>
a { background-color: #3B382E; }
a { background-color: rgb(59,56,46); }
div.DivClassName
{
background-color: #3B382E;
}
.BgClassName
{
background-color: #3B382E;
}
</style>
border-color css
<style>
span { border-color: #3B382E; }
span { border-color: rgb(59,56,46); }
td.TdClassName
{
border-color: #3B382E;
}
.TagClassName
{
border-color: #3B382E;
}
</style>