Shades of Graphite #383321
Tints of Graphite #383321
RGB
CMYK
RGB Variations
Color information
#383321 (or 0x383321) is known color: Graphite. HEX triplet: 38, 33 and 21. RGB value is (56,51,33). Sum of RGB (Red+Green+Blue) = 56+51+33=140 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40% from 140); Green value is 51 (20.31% from 255 or 36.43% from 140); Blue value is 33 (13.28% from 255 or 23.57% from 140); Max value from RGB is 56 - color contains mainly: red. Hex color #383321 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383321 is #C7CCDE. Grayscale: #323232. Windows color (decimal): -13094111 or 2175800. OLE color: 2175800.
HSL color Cylindrical-coordinate representation of color #383321: hue angle of 46.96º degrees, saturation: 0.26, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #383321 is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 51 | 33 | - |
| CMYK | 0 | 0.09 | 0.41 | 0.78 |
| HSL | 46.96º | 0.26% | 0.17% | - |
| HSV(B) | 46.96º | 0.41% | 0.22% | - |
| XYZ | 3.09 | 3.32 | 1.92 | - |
| YUV | 50.44 | 118.16 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 51 | 33 | 0 | 0.09 | 0.41 | 0.78 | 46.96 | 0.26 | 0.17 |
| Hex | 38 | 33 | 21 | 0 | 9 | 29 | 4E | 2F | 1A | 11 |
| Octal | 70 | 63 | 41 | 0 | 11 | 51 | 116 | 57 | 32 | 21 |
| Binary | 111000 | 110011 | 100001 | 0 | 1001 | 101001 | 1001110 | 101111 | 11010 | 10001 |
Color Harmonies of #383321
Complementary color
Monochromatic Colors of #383321
Black with #383321
Text Example
Text Example
White with #383321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383321; }
p { color: rgb(56,51,33); }
H1.HeaderClassName
{
color: #383321;
}
.AnyTagClassName
{
color: #383321;
}
</style>
background-color css
<style>
a { background-color: #383321; }
a { background-color: rgb(56,51,33); }
div.DivClassName
{
background-color: #383321;
}
.BgClassName
{
background-color: #383321;
}
</style>
border-color css
<style>
span { border-color: #383321; }
span { border-color: rgb(56,51,33); }
td.TdClassName
{
border-color: #383321;
}
.TagClassName
{
border-color: #383321;
}
</style>