Shades of Graphite #3B3930
Tints of Graphite #3B3930
RGB
CMYK
RGB Variations
Color information
#3B3930 (or 0x3B3930) is known color: Graphite. HEX triplet: 3B, 39 and 30. RGB value is (59,57,48). Sum of RGB (Red+Green+Blue) = 59+57+48=164 (21% of max value = 765). Red value is 59 (23.44% from 255 or 35.98% from 164); Green value is 57 (22.66% from 255 or 34.76% from 164); Blue value is 48 (19.14% from 255 or 29.27% from 164); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3930 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3930 is #C4C6CF. Grayscale: #383838. Windows color (decimal): -12895952 or 3160379. OLE color: 3160379.
HSL color Cylindrical-coordinate representation of color #3B3930: 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 #3B3930 is Cyan = 0, Magento = 0.03, Yellow = 0.19 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 57 | 48 | - |
| 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.8 | 4.07 | 3.38 | - |
| YUV | 56.57 | 123.16 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 57 | 48 | 0 | 0.03 | 0.19 | 0.77 | 49.09 | 0.1 | 0.21 |
| Hex | 3B | 39 | 30 | 0 | 3 | 13 | 4D | 31 | A | 15 |
| Octal | 73 | 71 | 60 | 0 | 3 | 23 | 115 | 61 | 12 | 25 |
| Binary | 111011 | 111001 | 110000 | 0 | 11 | 10011 | 1001101 | 110001 | 1010 | 10101 |
Color Harmonies of #3B3930
Complementary color
Monochromatic Colors of #3B3930
Black with #3B3930
Text Example
Text Example
White with #3B3930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3930; }
p { color: rgb(59,57,48); }
H1.HeaderClassName
{
color: #3B3930;
}
.AnyTagClassName
{
color: #3B3930;
}
</style>
background-color css
<style>
a { background-color: #3B3930; }
a { background-color: rgb(59,57,48); }
div.DivClassName
{
background-color: #3B3930;
}
.BgClassName
{
background-color: #3B3930;
}
</style>
border-color css
<style>
span { border-color: #3B3930; }
span { border-color: rgb(59,57,48); }
td.TdClassName
{
border-color: #3B3930;
}
.TagClassName
{
border-color: #3B3930;
}
</style>