Shades of Graphite #38321C
Tints of Graphite #38321C
RGB
CMYK
RGB Variations
Color information
#38321C (or 0x38321C) is known color: Graphite. HEX triplet: 38, 32 and 1C. RGB value is (56,50,28). Sum of RGB (Red+Green+Blue) = 56+50+28=134 (17% of max value = 765). Red value is 56 (22.27% from 255 or 41.79% from 134); Green value is 50 (19.92% from 255 or 37.31% from 134); Blue value is 28 (11.33% from 255 or 20.90% from 134); Max value from RGB is 56 - color contains mainly: red. Hex color #38321C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38321C is #C7CDE3. Grayscale: #313131. Windows color (decimal): -13094372 or 1847864. OLE color: 1847864.
HSL color Cylindrical-coordinate representation of color #38321C: hue angle of 47.14º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #38321C is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 50 | 28 | - |
| CMYK | 0 | 0.11 | 0.50 | 0.78 |
| HSL | 47.14º | 0.33% | 0.16% | - |
| HSV(B) | 47.14º | 0.5% | 0.22% | - |
| XYZ | 2.98 | 3.21 | 1.56 | - |
| YUV | 49.29 | 115.99 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 50 | 28 | 0 | 0.11 | 0.50 | 0.78 | 47.14 | 0.33 | 0.16 |
| Hex | 38 | 32 | 1C | 0 | B | 32 | 4E | 2F | 21 | 10 |
| Octal | 70 | 62 | 34 | 0 | 13 | 62 | 116 | 57 | 41 | 20 |
| Binary | 111000 | 110010 | 11100 | 0 | 1011 | 110010 | 1001110 | 101111 | 100001 | 10000 |
Color Harmonies of #38321C
Complementary color
Monochromatic Colors of #38321C
Black with #38321C
Text Example
Text Example
White with #38321C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38321C; }
p { color: rgb(56,50,28); }
H1.HeaderClassName
{
color: #38321C;
}
.AnyTagClassName
{
color: #38321C;
}
</style>
background-color css
<style>
a { background-color: #38321C; }
a { background-color: rgb(56,50,28); }
div.DivClassName
{
background-color: #38321C;
}
.BgClassName
{
background-color: #38321C;
}
</style>
border-color css
<style>
span { border-color: #38321C; }
span { border-color: rgb(56,50,28); }
td.TdClassName
{
border-color: #38321C;
}
.TagClassName
{
border-color: #38321C;
}
</style>