Shades of Graphite #3B3629
Tints of Graphite #3B3629
RGB
CMYK
RGB Variations
Color information
#3B3629 (or 0x3B3629) is known color: Graphite. HEX triplet: 3B, 36 and 29. RGB value is (59,54,41). Sum of RGB (Red+Green+Blue) = 59+54+41=154 (20% of max value = 765). Red value is 59 (23.44% from 255 or 38.31% from 154); Green value is 54 (21.48% from 255 or 35.06% from 154); Blue value is 41 (16.41% from 255 or 26.62% from 154); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3629 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3629 is #C4C9D6. Grayscale: #363636. Windows color (decimal): -12896727 or 2700859. OLE color: 2700859.
HSL color Cylindrical-coordinate representation of color #3B3629: hue angle of 43.33º degrees, saturation: 0.18, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3B3629 is Cyan = 0, Magento = 0.08, Yellow = 0.31 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 54 | 41 | - |
| CMYK | 0 | 0.08 | 0.31 | 0.77 |
| HSL | 43.33º | 0.18% | 0.2% | - |
| HSV(B) | 43.33º | 0.31% | 0.23% | - |
| XYZ | 3.52 | 3.73 | 2.63 | - |
| YUV | 54.01 | 120.66 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 54 | 41 | 0 | 0.08 | 0.31 | 0.77 | 43.33 | 0.18 | 0.2 |
| Hex | 3B | 36 | 29 | 0 | 8 | 1F | 4D | 2B | 12 | 14 |
| Octal | 73 | 66 | 51 | 0 | 10 | 37 | 115 | 53 | 22 | 24 |
| Binary | 111011 | 110110 | 101001 | 0 | 1000 | 11111 | 1001101 | 101011 | 10010 | 10100 |
Color Harmonies of #3B3629
Complementary color
Monochromatic Colors of #3B3629
Black with #3B3629
Text Example
Text Example
White with #3B3629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3629; }
p { color: rgb(59,54,41); }
H1.HeaderClassName
{
color: #3B3629;
}
.AnyTagClassName
{
color: #3B3629;
}
</style>
background-color css
<style>
a { background-color: #3B3629; }
a { background-color: rgb(59,54,41); }
div.DivClassName
{
background-color: #3B3629;
}
.BgClassName
{
background-color: #3B3629;
}
</style>
border-color css
<style>
span { border-color: #3B3629; }
span { border-color: rgb(59,54,41); }
td.TdClassName
{
border-color: #3B3629;
}
.TagClassName
{
border-color: #3B3629;
}
</style>