Shades of Graphite #38352C
Tints of Graphite #38352C
RGB
CMYK
RGB Variations
Color information
#38352C (or 0x38352C) is known color: Graphite. HEX triplet: 38, 35 and 2C. RGB value is (56,53,44). Sum of RGB (Red+Green+Blue) = 56+53+44=153 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.60% from 153); Green value is 53 (21.09% from 255 or 34.64% from 153); Blue value is 44 (17.58% from 255 or 28.76% from 153); Max value from RGB is 56 - color contains mainly: red. Hex color #38352C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38352C is #C7CAD3. Grayscale: #343434. Windows color (decimal): -13093588 or 2897208. OLE color: 2897208.
HSL color Cylindrical-coordinate representation of color #38352C: hue angle of 45º degrees, saturation: 0.12, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #38352C is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 53 | 44 | - |
| CMYK | 0 | 0.05 | 0.21 | 0.78 |
| HSL | 45º | 0.12% | 0.2% | - |
| HSV(B) | 45º | 0.21% | 0.22% | - |
| XYZ | 3.36 | 3.57 | 2.89 | - |
| YUV | 52.87 | 122.99 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 53 | 44 | 0 | 0.05 | 0.21 | 0.78 | 45 | 0.12 | 0.2 |
| Hex | 38 | 35 | 2C | 0 | 5 | 15 | 4E | 2D | C | 14 |
| Octal | 70 | 65 | 54 | 0 | 5 | 25 | 116 | 55 | 14 | 24 |
| Binary | 111000 | 110101 | 101100 | 0 | 101 | 10101 | 1001110 | 101101 | 1100 | 10100 |
Color Harmonies of #38352C
Complementary color
Monochromatic Colors of #38352C
Black with #38352C
Text Example
Text Example
White with #38352C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38352C; }
p { color: rgb(56,53,44); }
H1.HeaderClassName
{
color: #38352C;
}
.AnyTagClassName
{
color: #38352C;
}
</style>
background-color css
<style>
a { background-color: #38352C; }
a { background-color: rgb(56,53,44); }
div.DivClassName
{
background-color: #38352C;
}
.BgClassName
{
background-color: #38352C;
}
</style>
border-color css
<style>
span { border-color: #38352C; }
span { border-color: rgb(56,53,44); }
td.TdClassName
{
border-color: #38352C;
}
.TagClassName
{
border-color: #38352C;
}
</style>