Shades of Graphite #383526
Tints of Graphite #383526
RGB
CMYK
RGB Variations
Color information
#383526 (or 0x383526) is known color: Graphite. HEX triplet: 38, 35 and 26. RGB value is (56,53,38). Sum of RGB (Red+Green+Blue) = 56+53+38=147 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.10% from 147); Green value is 53 (21.09% from 255 or 36.05% from 147); Blue value is 38 (15.23% from 255 or 25.85% from 147); Max value from RGB is 56 - color contains mainly: red. Hex color #383526 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383526 is #C7CAD9. Grayscale: #343434. Windows color (decimal): -13093594 or 2503992. OLE color: 2503992.
HSL color Cylindrical-coordinate representation of color #383526: hue angle of 50º degrees, saturation: 0.19, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #383526 is Cyan = 0, Magento = 0.05, Yellow = 0.32 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 53 | 38 | - |
| CMYK | 0 | 0.05 | 0.32 | 0.78 |
| HSL | 50º | 0.19% | 0.18% | - |
| HSV(B) | 50º | 0.32% | 0.22% | - |
| XYZ | 3.25 | 3.53 | 2.34 | - |
| YUV | 52.19 | 119.99 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 53 | 38 | 0 | 0.05 | 0.32 | 0.78 | 50 | 0.19 | 0.18 |
| Hex | 38 | 35 | 26 | 0 | 5 | 20 | 4E | 32 | 13 | 12 |
| Octal | 70 | 65 | 46 | 0 | 5 | 40 | 116 | 62 | 23 | 22 |
| Binary | 111000 | 110101 | 100110 | 0 | 101 | 100000 | 1001110 | 110010 | 10011 | 10010 |
Color Harmonies of #383526
Complementary color
Monochromatic Colors of #383526
Black with #383526
Text Example
Text Example
White with #383526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383526; }
p { color: rgb(56,53,38); }
H1.HeaderClassName
{
color: #383526;
}
.AnyTagClassName
{
color: #383526;
}
</style>
background-color css
<style>
a { background-color: #383526; }
a { background-color: rgb(56,53,38); }
div.DivClassName
{
background-color: #383526;
}
.BgClassName
{
background-color: #383526;
}
</style>
border-color css
<style>
span { border-color: #383526; }
span { border-color: rgb(56,53,38); }
td.TdClassName
{
border-color: #383526;
}
.TagClassName
{
border-color: #383526;
}
</style>