Shades of Graphite #3A3833
Tints of Graphite #3A3833
RGB
CMYK
RGB Variations
Color information
#3A3833 (or 0x3A3833) is known color: Graphite. HEX triplet: 3A, 38 and 33. RGB value is (58,56,51). Sum of RGB (Red+Green+Blue) = 58+56+51=165 (21% of max value = 765). Red value is 58 (23.05% from 255 or 35.15% from 165); Green value is 56 (22.27% from 255 or 33.94% from 165); Blue value is 51 (20.31% from 255 or 30.91% from 165); Max value from RGB is 58 - color contains mainly: red. Hex color #3A3833 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A3833 is #C5C7CC. Grayscale: #383838. Windows color (decimal): -12961741 or 3356730. OLE color: 3356730.
HSL color Cylindrical-coordinate representation of color #3A3833: hue angle of 42.86º degrees, saturation: 0.06, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #3A3833 is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 56 | 51 | - |
| CMYK | 0 | 0.03 | 0.12 | 0.77 |
| HSL | 42.86º | 0.06% | 0.21% | - |
| HSV(B) | 42.86º | 0.12% | 0.23% | - |
| XYZ | 3.76 | 3.97 | 3.7 | - |
| YUV | 56.03 | 125.16 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 56 | 51 | 0 | 0.03 | 0.12 | 0.77 | 42.86 | 0.06 | 0.21 |
| Hex | 3A | 38 | 33 | 0 | 3 | C | 4D | 2B | 6 | 15 |
| Octal | 72 | 70 | 63 | 0 | 3 | 14 | 115 | 53 | 6 | 25 |
| Binary | 111010 | 111000 | 110011 | 0 | 11 | 1100 | 1001101 | 101011 | 110 | 10101 |
Color Harmonies of #3A3833
Complementary color
Monochromatic Colors of #3A3833
Black with #3A3833
Text Example
Text Example
White with #3A3833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3833; }
p { color: rgb(58,56,51); }
H1.HeaderClassName
{
color: #3A3833;
}
.AnyTagClassName
{
color: #3A3833;
}
</style>
background-color css
<style>
a { background-color: #3A3833; }
a { background-color: rgb(58,56,51); }
div.DivClassName
{
background-color: #3A3833;
}
.BgClassName
{
background-color: #3A3833;
}
</style>
border-color css
<style>
span { border-color: #3A3833; }
span { border-color: rgb(58,56,51); }
td.TdClassName
{
border-color: #3A3833;
}
.TagClassName
{
border-color: #3A3833;
}
</style>