Shades of Graphite #38321D
Tints of Graphite #38321D
RGB
CMYK
RGB Variations
Color information
#38321D (or 0x38321D) is known color: Graphite. HEX triplet: 38, 32 and 1D. RGB value is (56,50,29). Sum of RGB (Red+Green+Blue) = 56+50+29=135 (17% of max value = 765). Red value is 56 (22.27% from 255 or 41.48% from 135); Green value is 50 (19.92% from 255 or 37.04% from 135); Blue value is 29 (11.72% from 255 or 21.48% from 135); Max value from RGB is 56 - color contains mainly: red. Hex color #38321D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38321D is #C7CDE2. Grayscale: #313131. Windows color (decimal): -13094371 or 1913400. OLE color: 1913400.
HSL color Cylindrical-coordinate representation of color #38321D: hue angle of 46.67º 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 #38321D is Cyan = 0, Magento = 0.11, Yellow = 0.48 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 50 | 29 | - |
| CMYK | 0 | 0.11 | 0.48 | 0.78 |
| HSL | 46.67º | 0.32% | 0.17% | - |
| HSV(B) | 46.67º | 0.48% | 0.22% | - |
| XYZ | 2.99 | 3.21 | 1.62 | - |
| YUV | 49.4 | 116.49 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 50 | 29 | 0 | 0.11 | 0.48 | 0.78 | 46.67 | 0.32 | 0.17 |
| Hex | 38 | 32 | 1D | 0 | B | 30 | 4E | 2F | 20 | 11 |
| Octal | 70 | 62 | 35 | 0 | 13 | 60 | 116 | 57 | 40 | 21 |
| Binary | 111000 | 110010 | 11101 | 0 | 1011 | 110000 | 1001110 | 101111 | 100000 | 10001 |
Color Harmonies of #38321D
Complementary color
Monochromatic Colors of #38321D
Black with #38321D
Text Example
Text Example
White with #38321D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38321D; }
p { color: rgb(56,50,29); }
H1.HeaderClassName
{
color: #38321D;
}
.AnyTagClassName
{
color: #38321D;
}
</style>
background-color css
<style>
a { background-color: #38321D; }
a { background-color: rgb(56,50,29); }
div.DivClassName
{
background-color: #38321D;
}
.BgClassName
{
background-color: #38321D;
}
</style>
border-color css
<style>
span { border-color: #38321D; }
span { border-color: rgb(56,50,29); }
td.TdClassName
{
border-color: #38321D;
}
.TagClassName
{
border-color: #38321D;
}
</style>