Shades of Graphite #383223
Tints of Graphite #383223
RGB
CMYK
RGB Variations
Color information
#383223 (or 0x383223) is known color: Graphite. HEX triplet: 38, 32 and 23. RGB value is (56,50,35). Sum of RGB (Red+Green+Blue) = 56+50+35=141 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.72% from 141); Green value is 50 (19.92% from 255 or 35.46% from 141); Blue value is 35 (14.06% from 255 or 24.82% from 141); Max value from RGB is 56 - color contains mainly: red. Hex color #383223 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383223 is #C7CDDC. Grayscale: #323232. Windows color (decimal): -13094365 or 2306616. OLE color: 2306616.
HSL color Cylindrical-coordinate representation of color #383223: hue angle of 42.86º degrees, saturation: 0.23, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #383223 is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 50 | 35 | - |
| CMYK | 0 | 0.11 | 0.37 | 0.78 |
| HSL | 42.86º | 0.23% | 0.18% | - |
| HSV(B) | 42.86º | 0.38% | 0.22% | - |
| XYZ | 3.07 | 3.24 | 2.05 | - |
| YUV | 50.08 | 119.49 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 50 | 35 | 0 | 0.11 | 0.37 | 0.78 | 42.86 | 0.23 | 0.18 |
| Hex | 38 | 32 | 23 | 0 | B | 25 | 4E | 2B | 17 | 12 |
| Octal | 70 | 62 | 43 | 0 | 13 | 45 | 116 | 53 | 27 | 22 |
| Binary | 111000 | 110010 | 100011 | 0 | 1011 | 100101 | 1001110 | 101011 | 10111 | 10010 |
Color Harmonies of #383223
Complementary color
Monochromatic Colors of #383223
Black with #383223
Text Example
Text Example
White with #383223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383223; }
p { color: rgb(56,50,35); }
H1.HeaderClassName
{
color: #383223;
}
.AnyTagClassName
{
color: #383223;
}
</style>
background-color css
<style>
a { background-color: #383223; }
a { background-color: rgb(56,50,35); }
div.DivClassName
{
background-color: #383223;
}
.BgClassName
{
background-color: #383223;
}
</style>
border-color css
<style>
span { border-color: #383223; }
span { border-color: rgb(56,50,35); }
td.TdClassName
{
border-color: #383223;
}
.TagClassName
{
border-color: #383223;
}
</style>