Shades of Graphite #383627
Tints of Graphite #383627
RGB
CMYK
RGB Variations
Color information
#383627 (or 0x383627) is known color: Graphite. HEX triplet: 38, 36 and 27. RGB value is (56,54,39). Sum of RGB (Red+Green+Blue) = 56+54+39=149 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.58% from 149); Green value is 54 (21.48% from 255 or 36.24% from 149); Blue value is 39 (15.62% from 255 or 26.17% from 149); Max value from RGB is 56 - color contains mainly: red. Hex color #383627 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383627 is #C7C9D8. Grayscale: #343434. Windows color (decimal): -13093337 or 2569784. OLE color: 2569784.
HSL color Cylindrical-coordinate representation of color #383627: hue angle of 52.94º degrees, saturation: 0.18, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #383627 is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 54 | 39 | - |
| CMYK | 0 | 0.04 | 0.30 | 0.78 |
| HSL | 52.94º | 0.18% | 0.19% | - |
| HSV(B) | 52.94º | 0.3% | 0.22% | - |
| XYZ | 3.32 | 3.63 | 2.44 | - |
| YUV | 52.89 | 120.16 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 54 | 39 | 0 | 0.04 | 0.30 | 0.78 | 52.94 | 0.18 | 0.19 |
| Hex | 38 | 36 | 27 | 0 | 4 | 1E | 4E | 35 | 12 | 13 |
| Octal | 70 | 66 | 47 | 0 | 4 | 36 | 116 | 65 | 22 | 23 |
| Binary | 111000 | 110110 | 100111 | 0 | 100 | 11110 | 1001110 | 110101 | 10010 | 10011 |
Color Harmonies of #383627
Complementary color
Monochromatic Colors of #383627
Black with #383627
Text Example
Text Example
White with #383627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383627; }
p { color: rgb(56,54,39); }
H1.HeaderClassName
{
color: #383627;
}
.AnyTagClassName
{
color: #383627;
}
</style>
background-color css
<style>
a { background-color: #383627; }
a { background-color: rgb(56,54,39); }
div.DivClassName
{
background-color: #383627;
}
.BgClassName
{
background-color: #383627;
}
</style>
border-color css
<style>
span { border-color: #383627; }
span { border-color: rgb(56,54,39); }
td.TdClassName
{
border-color: #383627;
}
.TagClassName
{
border-color: #383627;
}
</style>