Shades of Graphite #383220
Tints of Graphite #383220
RGB
CMYK
RGB Variations
Color information
#383220 (or 0x383220) is known color: Graphite. HEX triplet: 38, 32 and 20. RGB value is (56,50,32). Sum of RGB (Red+Green+Blue) = 56+50+32=138 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.58% from 138); Green value is 50 (19.92% from 255 or 36.23% from 138); Blue value is 32 (12.89% from 255 or 23.19% from 138); Max value from RGB is 56 - color contains mainly: red. Hex color #383220 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383220 is #C7CDDF. Grayscale: #313131. Windows color (decimal): -13094368 or 2110008. OLE color: 2110008.
HSL color Cylindrical-coordinate representation of color #383220: hue angle of 45º degrees, saturation: 0.27, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #383220 is Cyan = 0, Magento = 0.11, Yellow = 0.43 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 50 | 32 | - |
| CMYK | 0 | 0.11 | 0.43 | 0.78 |
| HSL | 45º | 0.27% | 0.17% | - |
| HSV(B) | 45º | 0.43% | 0.22% | - |
| XYZ | 3.03 | 3.23 | 1.83 | - |
| YUV | 49.74 | 117.99 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 50 | 32 | 0 | 0.11 | 0.43 | 0.78 | 45 | 0.27 | 0.17 |
| Hex | 38 | 32 | 20 | 0 | B | 2B | 4E | 2D | 1B | 11 |
| Octal | 70 | 62 | 40 | 0 | 13 | 53 | 116 | 55 | 33 | 21 |
| Binary | 111000 | 110010 | 100000 | 0 | 1011 | 101011 | 1001110 | 101101 | 11011 | 10001 |
Color Harmonies of #383220
Complementary color
Monochromatic Colors of #383220
Black with #383220
Text Example
Text Example
White with #383220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383220; }
p { color: rgb(56,50,32); }
H1.HeaderClassName
{
color: #383220;
}
.AnyTagClassName
{
color: #383220;
}
</style>
background-color css
<style>
a { background-color: #383220; }
a { background-color: rgb(56,50,32); }
div.DivClassName
{
background-color: #383220;
}
.BgClassName
{
background-color: #383220;
}
</style>
border-color css
<style>
span { border-color: #383220; }
span { border-color: rgb(56,50,32); }
td.TdClassName
{
border-color: #383220;
}
.TagClassName
{
border-color: #383220;
}
</style>