Shades of Graphite #383731
Tints of Graphite #383731
RGB
CMYK
RGB Variations
Color information
#383731 (or 0x383731) is known color: Graphite. HEX triplet: 38, 37 and 31. RGB value is (56,55,49). Sum of RGB (Red+Green+Blue) = 56+55+49=160 (21% of max value = 765). Red value is 56 (22.27% from 255 or 35% from 160); Green value is 55 (21.88% from 255 or 34.38% from 160); Blue value is 49 (19.53% from 255 or 30.62% from 160); Max value from RGB is 56 - color contains mainly: red. Hex color #383731 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383731 is #C7C8CE. Grayscale: #363636. Windows color (decimal): -13093071 or 3225400. OLE color: 3225400.
HSL color Cylindrical-coordinate representation of color #383731: hue angle of 51.43º degrees, saturation: 0.07, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #383731 is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 55 | 49 | - |
| CMYK | 0 | 0.02 | 0.12 | 0.78 |
| HSL | 51.43º | 0.07% | 0.21% | - |
| HSV(B) | 51.43º | 0.13% | 0.22% | - |
| XYZ | 3.55 | 3.79 | 3.45 | - |
| YUV | 54.62 | 124.83 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 55 | 49 | 0 | 0.02 | 0.12 | 0.78 | 51.43 | 0.07 | 0.21 |
| Hex | 38 | 37 | 31 | 0 | 2 | C | 4E | 33 | 7 | 15 |
| Octal | 70 | 67 | 61 | 0 | 2 | 14 | 116 | 63 | 7 | 25 |
| Binary | 111000 | 110111 | 110001 | 0 | 10 | 1100 | 1001110 | 110011 | 111 | 10101 |
Color Harmonies of #383731
Complementary color
Monochromatic Colors of #383731
Black with #383731
Text Example
Text Example
White with #383731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383731; }
p { color: rgb(56,55,49); }
H1.HeaderClassName
{
color: #383731;
}
.AnyTagClassName
{
color: #383731;
}
</style>
background-color css
<style>
a { background-color: #383731; }
a { background-color: rgb(56,55,49); }
div.DivClassName
{
background-color: #383731;
}
.BgClassName
{
background-color: #383731;
}
</style>
border-color css
<style>
span { border-color: #383731; }
span { border-color: rgb(56,55,49); }
td.TdClassName
{
border-color: #383731;
}
.TagClassName
{
border-color: #383731;
}
</style>