Shades of Graphite #383326
Tints of Graphite #383326
RGB
CMYK
RGB Variations
Color information
#383326 (or 0x383326) is known color: Graphite. HEX triplet: 38, 33 and 26. RGB value is (56,51,38). Sum of RGB (Red+Green+Blue) = 56+51+38=145 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.62% from 145); Green value is 51 (20.31% from 255 or 35.17% from 145); Blue value is 38 (15.23% from 255 or 26.21% from 145); Max value from RGB is 56 - color contains mainly: red. Hex color #383326 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383326 is #C7CCD9. Grayscale: #333333. Windows color (decimal): -13094106 or 2503480. OLE color: 2503480.
HSL color Cylindrical-coordinate representation of color #383326: hue angle of 43.33º 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 #383326 is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 51 | 38 | - |
| CMYK | 0 | 0.09 | 0.32 | 0.78 |
| HSL | 43.33º | 0.19% | 0.18% | - |
| HSV(B) | 43.33º | 0.32% | 0.22% | - |
| XYZ | 3.16 | 3.35 | 2.31 | - |
| YUV | 51.01 | 120.66 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 51 | 38 | 0 | 0.09 | 0.32 | 0.78 | 43.33 | 0.19 | 0.18 |
| Hex | 38 | 33 | 26 | 0 | 9 | 20 | 4E | 2B | 13 | 12 |
| Octal | 70 | 63 | 46 | 0 | 11 | 40 | 116 | 53 | 23 | 22 |
| Binary | 111000 | 110011 | 100110 | 0 | 1001 | 100000 | 1001110 | 101011 | 10011 | 10010 |
Color Harmonies of #383326
Complementary color
Monochromatic Colors of #383326
Black with #383326
Text Example
Text Example
White with #383326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383326; }
p { color: rgb(56,51,38); }
H1.HeaderClassName
{
color: #383326;
}
.AnyTagClassName
{
color: #383326;
}
</style>
background-color css
<style>
a { background-color: #383326; }
a { background-color: rgb(56,51,38); }
div.DivClassName
{
background-color: #383326;
}
.BgClassName
{
background-color: #383326;
}
</style>
border-color css
<style>
span { border-color: #383326; }
span { border-color: rgb(56,51,38); }
td.TdClassName
{
border-color: #383326;
}
.TagClassName
{
border-color: #383326;
}
</style>