Shades of Graphite #38341E
Tints of Graphite #38341E
RGB
CMYK
RGB Variations
Color information
#38341E (or 0x38341E) is known color: Graphite. HEX triplet: 38, 34 and 1E. RGB value is (56,52,30). Sum of RGB (Red+Green+Blue) = 56+52+30=138 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.58% from 138); Green value is 52 (20.70% from 255 or 37.68% from 138); Blue value is 30 (12.11% from 255 or 21.74% from 138); Max value from RGB is 56 - color contains mainly: red. Hex color #38341E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38341E is #C7CBE1. Grayscale: #323232. Windows color (decimal): -13093858 or 1979448. OLE color: 1979448.
HSL color Cylindrical-coordinate representation of color #38341E: hue angle of 50.77º 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 #38341E is Cyan = 0, Magento = 0.07, Yellow = 0.46 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 52 | 30 | - |
| CMYK | 0 | 0.07 | 0.46 | 0.78 |
| HSL | 50.77º | 0.3% | 0.17% | - |
| HSV(B) | 50.77º | 0.46% | 0.22% | - |
| XYZ | 3.09 | 3.39 | 1.72 | - |
| YUV | 50.69 | 116.33 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 52 | 30 | 0 | 0.07 | 0.46 | 0.78 | 50.77 | 0.3 | 0.17 |
| Hex | 38 | 34 | 1E | 0 | 7 | 2E | 4E | 33 | 1E | 11 |
| Octal | 70 | 64 | 36 | 0 | 7 | 56 | 116 | 63 | 36 | 21 |
| Binary | 111000 | 110100 | 11110 | 0 | 111 | 101110 | 1001110 | 110011 | 11110 | 10001 |
Color Harmonies of #38341E
Complementary color
Monochromatic Colors of #38341E
Black with #38341E
Text Example
Text Example
White with #38341E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38341E; }
p { color: rgb(56,52,30); }
H1.HeaderClassName
{
color: #38341E;
}
.AnyTagClassName
{
color: #38341E;
}
</style>
background-color css
<style>
a { background-color: #38341E; }
a { background-color: rgb(56,52,30); }
div.DivClassName
{
background-color: #38341E;
}
.BgClassName
{
background-color: #38341E;
}
</style>
border-color css
<style>
span { border-color: #38341E; }
span { border-color: rgb(56,52,30); }
td.TdClassName
{
border-color: #38341E;
}
.TagClassName
{
border-color: #38341E;
}
</style>