Shades of Graphite #383213
Tints of Graphite #383213
RGB
CMYK
RGB Variations
Color information
#383213 (or 0x383213) is known color: Graphite. HEX triplet: 38, 32 and 13. RGB value is (56,50,19). Sum of RGB (Red+Green+Blue) = 56+50+19=125 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.8% from 125); Green value is 50 (19.92% from 255 or 40% from 125); Blue value is 19 (7.81% from 255 or 15.2% from 125); Max value from RGB is 56 - color contains mainly: red. Hex color #383213 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383213 is #C7CDEC. Grayscale: #303030. Windows color (decimal): -13094381 or 1258040. OLE color: 1258040.
HSL color Cylindrical-coordinate representation of color #383213: hue angle of 50.27º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #383213 is Cyan = 0, Magento = 0.11, Yellow = 0.66 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 50 | 19 | - |
| CMYK | 0 | 0.11 | 0.66 | 0.78 |
| HSL | 50.27º | 0.49% | 0.15% | - |
| HSV(B) | 50.27º | 0.66% | 0.22% | - |
| XYZ | 2.89 | 3.17 | 1.08 | - |
| YUV | 48.26 | 111.49 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 50 | 19 | 0 | 0.11 | 0.66 | 0.78 | 50.27 | 0.49 | 0.15 |
| Hex | 38 | 32 | 13 | 0 | B | 42 | 4E | 32 | 31 | F |
| Octal | 70 | 62 | 23 | 0 | 13 | 102 | 116 | 62 | 61 | 17 |
| Binary | 111000 | 110010 | 10011 | 0 | 1011 | 1000010 | 1001110 | 110010 | 110001 | 1111 |
Color Harmonies of #383213
Complementary color
Monochromatic Colors of #383213
Black with #383213
Text Example
Text Example
White with #383213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383213; }
p { color: rgb(56,50,19); }
H1.HeaderClassName
{
color: #383213;
}
.AnyTagClassName
{
color: #383213;
}
</style>
background-color css
<style>
a { background-color: #383213; }
a { background-color: rgb(56,50,19); }
div.DivClassName
{
background-color: #383213;
}
.BgClassName
{
background-color: #383213;
}
</style>
border-color css
<style>
span { border-color: #383213; }
span { border-color: rgb(56,50,19); }
td.TdClassName
{
border-color: #383213;
}
.TagClassName
{
border-color: #383213;
}
</style>