Shades of Graphite #3B382A
Tints of Graphite #3B382A
RGB
CMYK
RGB Variations
Color information
#3B382A (or 0x3B382A) is known color: Graphite. HEX triplet: 3B, 38 and 2A. RGB value is (59,56,42). Sum of RGB (Red+Green+Blue) = 59+56+42=157 (20% of max value = 765). Red value is 59 (23.44% from 255 or 37.58% from 157); Green value is 56 (22.27% from 255 or 35.67% from 157); Blue value is 42 (16.80% from 255 or 26.75% from 157); Max value from RGB is 59 - color contains mainly: red. Hex color #3B382A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B382A is #C4C7D5. Grayscale: #373737. Windows color (decimal): -12896214 or 2766907. OLE color: 2766907.
HSL color Cylindrical-coordinate representation of color #3B382A: hue angle of 49.41º degrees, saturation: 0.17, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3B382A is Cyan = 0, Magento = 0.05, Yellow = 0.29 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 56 | 42 | - |
| CMYK | 0 | 0.05 | 0.29 | 0.77 |
| HSL | 49.41º | 0.17% | 0.2% | - |
| HSV(B) | 49.41º | 0.29% | 0.23% | - |
| XYZ | 3.64 | 3.93 | 2.76 | - |
| YUV | 55.3 | 120.49 | 130.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 56 | 42 | 0 | 0.05 | 0.29 | 0.77 | 49.41 | 0.17 | 0.2 |
| Hex | 3B | 38 | 2A | 0 | 5 | 1D | 4D | 31 | 11 | 14 |
| Octal | 73 | 70 | 52 | 0 | 5 | 35 | 115 | 61 | 21 | 24 |
| Binary | 111011 | 111000 | 101010 | 0 | 101 | 11101 | 1001101 | 110001 | 10001 | 10100 |
Color Harmonies of #3B382A
Complementary color
Monochromatic Colors of #3B382A
Black with #3B382A
Text Example
Text Example
White with #3B382A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B382A; }
p { color: rgb(59,56,42); }
H1.HeaderClassName
{
color: #3B382A;
}
.AnyTagClassName
{
color: #3B382A;
}
</style>
background-color css
<style>
a { background-color: #3B382A; }
a { background-color: rgb(59,56,42); }
div.DivClassName
{
background-color: #3B382A;
}
.BgClassName
{
background-color: #3B382A;
}
</style>
border-color css
<style>
span { border-color: #3B382A; }
span { border-color: rgb(59,56,42); }
td.TdClassName
{
border-color: #3B382A;
}
.TagClassName
{
border-color: #3B382A;
}
</style>