Shades of Graphite #383215
Tints of Graphite #383215
RGB
CMYK
RGB Variations
Color information
#383215 (or 0x383215) is known color: Graphite. HEX triplet: 38, 32 and 15. RGB value is (56,50,21). Sum of RGB (Red+Green+Blue) = 56+50+21=127 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.09% from 127); Green value is 50 (19.92% from 255 or 39.37% from 127); Blue value is 21 (8.59% from 255 or 16.54% from 127); Max value from RGB is 56 - color contains mainly: red. Hex color #383215 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383215 is #C7CDEA. Grayscale: #303030. Windows color (decimal): -13094379 or 1389112. OLE color: 1389112.
HSL color Cylindrical-coordinate representation of color #383215: hue angle of 49.71º degrees, saturation: 0.45, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #383215 is Cyan = 0, Magento = 0.11, Yellow = 0.63 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 50 | 21 | - |
| CMYK | 0 | 0.11 | 0.63 | 0.78 |
| HSL | 49.71º | 0.45% | 0.15% | - |
| HSV(B) | 49.71º | 0.63% | 0.22% | - |
| XYZ | 2.91 | 3.18 | 1.17 | - |
| YUV | 48.49 | 112.49 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 50 | 21 | 0 | 0.11 | 0.63 | 0.78 | 49.71 | 0.45 | 0.15 |
| Hex | 38 | 32 | 15 | 0 | B | 3F | 4E | 32 | 2D | F |
| Octal | 70 | 62 | 25 | 0 | 13 | 77 | 116 | 62 | 55 | 17 |
| Binary | 111000 | 110010 | 10101 | 0 | 1011 | 111111 | 1001110 | 110010 | 101101 | 1111 |
Color Harmonies of #383215
Complementary color
Monochromatic Colors of #383215
Black with #383215
Text Example
Text Example
White with #383215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383215; }
p { color: rgb(56,50,21); }
H1.HeaderClassName
{
color: #383215;
}
.AnyTagClassName
{
color: #383215;
}
</style>
background-color css
<style>
a { background-color: #383215; }
a { background-color: rgb(56,50,21); }
div.DivClassName
{
background-color: #383215;
}
.BgClassName
{
background-color: #383215;
}
</style>
border-color css
<style>
span { border-color: #383215; }
span { border-color: rgb(56,50,21); }
td.TdClassName
{
border-color: #383215;
}
.TagClassName
{
border-color: #383215;
}
</style>