Shades of Graphite #38351E
Tints of Graphite #38351E
RGB
CMYK
RGB Variations
Color information
#38351E (or 0x38351E) is known color: Graphite. HEX triplet: 38, 35 and 1E. RGB value is (56,53,30). Sum of RGB (Red+Green+Blue) = 56+53+30=139 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.29% from 139); Green value is 53 (21.09% from 255 or 38.13% from 139); Blue value is 30 (12.11% from 255 or 21.58% from 139); Max value from RGB is 56 - color contains mainly: red. Hex color #38351E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38351E is #C7CAE1. Grayscale: #333333. Windows color (decimal): -13093602 or 1979704. OLE color: 1979704.
HSL color Cylindrical-coordinate representation of color #38351E: hue angle of 53.08º degrees, saturation: 0.3, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #38351E is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 53 | 30 | - |
| CMYK | 0 | 0.05 | 0.46 | 0.78 |
| HSL | 53.08º | 0.3% | 0.17% | - |
| HSV(B) | 53.08º | 0.46% | 0.22% | - |
| XYZ | 3.14 | 3.48 | 1.73 | - |
| YUV | 51.28 | 115.99 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 53 | 30 | 0 | 0.05 | 0.46 | 0.78 | 53.08 | 0.3 | 0.17 |
| Hex | 38 | 35 | 1E | 0 | 5 | 2E | 4E | 35 | 1E | 11 |
| Octal | 70 | 65 | 36 | 0 | 5 | 56 | 116 | 65 | 36 | 21 |
| Binary | 111000 | 110101 | 11110 | 0 | 101 | 101110 | 1001110 | 110101 | 11110 | 10001 |
Color Harmonies of #38351E
Complementary color
Monochromatic Colors of #38351E
Black with #38351E
Text Example
Text Example
White with #38351E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38351E; }
p { color: rgb(56,53,30); }
H1.HeaderClassName
{
color: #38351E;
}
.AnyTagClassName
{
color: #38351E;
}
</style>
background-color css
<style>
a { background-color: #38351E; }
a { background-color: rgb(56,53,30); }
div.DivClassName
{
background-color: #38351E;
}
.BgClassName
{
background-color: #38351E;
}
</style>
border-color css
<style>
span { border-color: #38351E; }
span { border-color: rgb(56,53,30); }
td.TdClassName
{
border-color: #38351E;
}
.TagClassName
{
border-color: #38351E;
}
</style>