Shades of Graphite #38342B
Tints of Graphite #38342B
RGB
CMYK
RGB Variations
Color information
#38342B (or 0x38342B) is known color: Graphite. HEX triplet: 38, 34 and 2B. RGB value is (56,52,43). Sum of RGB (Red+Green+Blue) = 56+52+43=151 (20% of max value = 765). Red value is 56 (22.27% from 255 or 37.09% from 151); Green value is 52 (20.70% from 255 or 34.44% from 151); Blue value is 43 (17.19% from 255 or 28.48% from 151); Max value from RGB is 56 - color contains mainly: red. Hex color #38342B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38342B is #C7CBD4. Grayscale: #343434. Windows color (decimal): -13093845 or 2831416. OLE color: 2831416.
HSL color Cylindrical-coordinate representation of color #38342B: hue angle of 41.54º degrees, saturation: 0.13, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #38342B is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 52 | 43 | - |
| CMYK | 0 | 0.07 | 0.23 | 0.78 |
| HSL | 41.54º | 0.13% | 0.19% | - |
| HSV(B) | 41.54º | 0.23% | 0.22% | - |
| XYZ | 3.29 | 3.47 | 2.78 | - |
| YUV | 52.17 | 122.83 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 52 | 43 | 0 | 0.07 | 0.23 | 0.78 | 41.54 | 0.13 | 0.19 |
| Hex | 38 | 34 | 2B | 0 | 7 | 17 | 4E | 2A | D | 13 |
| Octal | 70 | 64 | 53 | 0 | 7 | 27 | 116 | 52 | 15 | 23 |
| Binary | 111000 | 110100 | 101011 | 0 | 111 | 10111 | 1001110 | 101010 | 1101 | 10011 |
Color Harmonies of #38342B
Complementary color
Monochromatic Colors of #38342B
Black with #38342B
Text Example
Text Example
White with #38342B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38342B; }
p { color: rgb(56,52,43); }
H1.HeaderClassName
{
color: #38342B;
}
.AnyTagClassName
{
color: #38342B;
}
</style>
background-color css
<style>
a { background-color: #38342B; }
a { background-color: rgb(56,52,43); }
div.DivClassName
{
background-color: #38342B;
}
.BgClassName
{
background-color: #38342B;
}
</style>
border-color css
<style>
span { border-color: #38342B; }
span { border-color: rgb(56,52,43); }
td.TdClassName
{
border-color: #38342B;
}
.TagClassName
{
border-color: #38342B;
}
</style>