Shades of Graphite #38352D
Tints of Graphite #38352D
RGB
CMYK
RGB Variations
Color information
#38352D (or 0x38352D) is known color: Graphite. HEX triplet: 38, 35 and 2D. RGB value is (56,53,45). Sum of RGB (Red+Green+Blue) = 56+53+45=154 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.36% from 154); Green value is 53 (21.09% from 255 or 34.42% from 154); Blue value is 45 (17.97% from 255 or 29.22% from 154); Max value from RGB is 56 - color contains mainly: red. Hex color #38352D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38352D is #C7CAD2. Grayscale: #353535. Windows color (decimal): -13093587 or 2962744. OLE color: 2962744.
HSL color Cylindrical-coordinate representation of color #38352D: hue angle of 43.64º degrees, saturation: 0.11, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #38352D is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 53 | 45 | - |
| CMYK | 0 | 0.05 | 0.20 | 0.78 |
| HSL | 43.64º | 0.11% | 0.2% | - |
| HSV(B) | 43.64º | 0.2% | 0.22% | - |
| XYZ | 3.38 | 3.58 | 2.99 | - |
| YUV | 52.99 | 123.49 | 130.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 53 | 45 | 0 | 0.05 | 0.20 | 0.78 | 43.64 | 0.11 | 0.2 |
| Hex | 38 | 35 | 2D | 0 | 5 | 14 | 4E | 2C | B | 14 |
| Octal | 70 | 65 | 55 | 0 | 5 | 24 | 116 | 54 | 13 | 24 |
| Binary | 111000 | 110101 | 101101 | 0 | 101 | 10100 | 1001110 | 101100 | 1011 | 10100 |
Color Harmonies of #38352D
Complementary color
Monochromatic Colors of #38352D
Black with #38352D
Text Example
Text Example
White with #38352D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38352D; }
p { color: rgb(56,53,45); }
H1.HeaderClassName
{
color: #38352D;
}
.AnyTagClassName
{
color: #38352D;
}
</style>
background-color css
<style>
a { background-color: #38352D; }
a { background-color: rgb(56,53,45); }
div.DivClassName
{
background-color: #38352D;
}
.BgClassName
{
background-color: #38352D;
}
</style>
border-color css
<style>
span { border-color: #38352D; }
span { border-color: rgb(56,53,45); }
td.TdClassName
{
border-color: #38352D;
}
.TagClassName
{
border-color: #38352D;
}
</style>