Shades of Graphite #383222
Tints of Graphite #383222
RGB
CMYK
RGB Variations
Color information
#383222 (or 0x383222) is known color: Graphite. HEX triplet: 38, 32 and 22. RGB value is (56,50,34). Sum of RGB (Red+Green+Blue) = 56+50+34=140 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40% from 140); Green value is 50 (19.92% from 255 or 35.71% from 140); Blue value is 34 (13.67% from 255 or 24.29% from 140); Max value from RGB is 56 - color contains mainly: red. Hex color #383222 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383222 is #C7CDDD. Grayscale: #323232. Windows color (decimal): -13094366 or 2241080. OLE color: 2241080.
HSL color Cylindrical-coordinate representation of color #383222: hue angle of 43.64º degrees, saturation: 0.24, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #383222 is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 50 | 34 | - |
| CMYK | 0 | 0.11 | 0.39 | 0.78 |
| HSL | 43.64º | 0.24% | 0.18% | - |
| HSV(B) | 43.64º | 0.39% | 0.22% | - |
| XYZ | 3.06 | 3.24 | 1.98 | - |
| YUV | 49.97 | 118.99 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 50 | 34 | 0 | 0.11 | 0.39 | 0.78 | 43.64 | 0.24 | 0.18 |
| Hex | 38 | 32 | 22 | 0 | B | 27 | 4E | 2C | 18 | 12 |
| Octal | 70 | 62 | 42 | 0 | 13 | 47 | 116 | 54 | 30 | 22 |
| Binary | 111000 | 110010 | 100010 | 0 | 1011 | 100111 | 1001110 | 101100 | 11000 | 10010 |
Color Harmonies of #383222
Complementary color
Monochromatic Colors of #383222
Black with #383222
Text Example
Text Example
White with #383222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383222; }
p { color: rgb(56,50,34); }
H1.HeaderClassName
{
color: #383222;
}
.AnyTagClassName
{
color: #383222;
}
</style>
background-color css
<style>
a { background-color: #383222; }
a { background-color: rgb(56,50,34); }
div.DivClassName
{
background-color: #383222;
}
.BgClassName
{
background-color: #383222;
}
</style>
border-color css
<style>
span { border-color: #383222; }
span { border-color: rgb(56,50,34); }
td.TdClassName
{
border-color: #383222;
}
.TagClassName
{
border-color: #383222;
}
</style>