Shades of Graphite #38351D
Tints of Graphite #38351D
RGB
CMYK
RGB Variations
Color information
#38351D (or 0x38351D) is known color: Graphite. HEX triplet: 38, 35 and 1D. RGB value is (56,53,29). Sum of RGB (Red+Green+Blue) = 56+53+29=138 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.58% from 138); Green value is 53 (21.09% from 255 or 38.41% from 138); Blue value is 29 (11.72% from 255 or 21.01% from 138); Max value from RGB is 56 - color contains mainly: red. Hex color #38351D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38351D is #C7CAE2. Grayscale: #333333. Windows color (decimal): -13093603 or 1914168. OLE color: 1914168.
HSL color Cylindrical-coordinate representation of color #38351D: hue angle of 53.33º degrees, saturation: 0.32, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #38351D is Cyan = 0, Magento = 0.05, Yellow = 0.48 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 53 | 29 | - |
| CMYK | 0 | 0.05 | 0.48 | 0.78 |
| HSL | 53.33º | 0.32% | 0.17% | - |
| HSV(B) | 53.33º | 0.48% | 0.22% | - |
| XYZ | 3.13 | 3.48 | 1.67 | - |
| YUV | 51.16 | 115.49 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 53 | 29 | 0 | 0.05 | 0.48 | 0.78 | 53.33 | 0.32 | 0.17 |
| Hex | 38 | 35 | 1D | 0 | 5 | 30 | 4E | 35 | 20 | 11 |
| Octal | 70 | 65 | 35 | 0 | 5 | 60 | 116 | 65 | 40 | 21 |
| Binary | 111000 | 110101 | 11101 | 0 | 101 | 110000 | 1001110 | 110101 | 100000 | 10001 |
Color Harmonies of #38351D
Complementary color
Monochromatic Colors of #38351D
Black with #38351D
Text Example
Text Example
White with #38351D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38351D; }
p { color: rgb(56,53,29); }
H1.HeaderClassName
{
color: #38351D;
}
.AnyTagClassName
{
color: #38351D;
}
</style>
background-color css
<style>
a { background-color: #38351D; }
a { background-color: rgb(56,53,29); }
div.DivClassName
{
background-color: #38351D;
}
.BgClassName
{
background-color: #38351D;
}
</style>
border-color css
<style>
span { border-color: #38351D; }
span { border-color: rgb(56,53,29); }
td.TdClassName
{
border-color: #38351D;
}
.TagClassName
{
border-color: #38351D;
}
</style>