Shades of Graphite #38331D
Tints of Graphite #38331D
RGB
CMYK
RGB Variations
Color information
#38331D (or 0x38331D) is known color: Graphite. HEX triplet: 38, 33 and 1D. RGB value is (56,51,29). Sum of RGB (Red+Green+Blue) = 56+51+29=136 (18% of max value = 765). Red value is 56 (22.27% from 255 or 41.18% from 136); Green value is 51 (20.31% from 255 or 37.5% from 136); Blue value is 29 (11.72% from 255 or 21.32% from 136); Max value from RGB is 56 - color contains mainly: red. Hex color #38331D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38331D is #C7CCE2. Grayscale: #323232. Windows color (decimal): -13094115 or 1913656. OLE color: 1913656.
HSL color Cylindrical-coordinate representation of color #38331D: hue angle of 48.89º 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 #38331D is Cyan = 0, Magento = 0.09, Yellow = 0.48 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 51 | 29 | - |
| CMYK | 0 | 0.09 | 0.48 | 0.78 |
| HSL | 48.89º | 0.32% | 0.17% | - |
| HSV(B) | 48.89º | 0.48% | 0.22% | - |
| XYZ | 3.04 | 3.3 | 1.64 | - |
| YUV | 49.99 | 116.16 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 51 | 29 | 0 | 0.09 | 0.48 | 0.78 | 48.89 | 0.32 | 0.17 |
| Hex | 38 | 33 | 1D | 0 | 9 | 30 | 4E | 31 | 20 | 11 |
| Octal | 70 | 63 | 35 | 0 | 11 | 60 | 116 | 61 | 40 | 21 |
| Binary | 111000 | 110011 | 11101 | 0 | 1001 | 110000 | 1001110 | 110001 | 100000 | 10001 |
Color Harmonies of #38331D
Complementary color
Monochromatic Colors of #38331D
Black with #38331D
Text Example
Text Example
White with #38331D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38331D; }
p { color: rgb(56,51,29); }
H1.HeaderClassName
{
color: #38331D;
}
.AnyTagClassName
{
color: #38331D;
}
</style>
background-color css
<style>
a { background-color: #38331D; }
a { background-color: rgb(56,51,29); }
div.DivClassName
{
background-color: #38331D;
}
.BgClassName
{
background-color: #38331D;
}
</style>
border-color css
<style>
span { border-color: #38331D; }
span { border-color: rgb(56,51,29); }
td.TdClassName
{
border-color: #38331D;
}
.TagClassName
{
border-color: #38331D;
}
</style>