Shades of Graphite #38321A
Tints of Graphite #38321A
RGB
CMYK
RGB Variations
Color information
#38321A (or 0x38321A) is known color: Graphite. HEX triplet: 38, 32 and 1A. RGB value is (56,50,26). Sum of RGB (Red+Green+Blue) = 56+50+26=132 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.42% from 132); Green value is 50 (19.92% from 255 or 37.88% from 132); Blue value is 26 (10.55% from 255 or 19.70% from 132); Max value from RGB is 56 - color contains mainly: red. Hex color #38321A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38321A is #C7CDE5. Grayscale: #313131. Windows color (decimal): -13094374 or 1716792. OLE color: 1716792.
HSL color Cylindrical-coordinate representation of color #38321A: hue angle of 48º degrees, saturation: 0.37, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #38321A is Cyan = 0, Magento = 0.11, Yellow = 0.54 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 50 | 26 | - |
| CMYK | 0 | 0.11 | 0.54 | 0.78 |
| HSL | 48º | 0.37% | 0.16% | - |
| HSV(B) | 48º | 0.54% | 0.22% | - |
| XYZ | 2.96 | 3.2 | 1.44 | - |
| YUV | 49.06 | 114.99 | 132.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 50 | 26 | 0 | 0.11 | 0.54 | 0.78 | 48 | 0.37 | 0.16 |
| Hex | 38 | 32 | 1A | 0 | B | 36 | 4E | 30 | 25 | 10 |
| Octal | 70 | 62 | 32 | 0 | 13 | 66 | 116 | 60 | 45 | 20 |
| Binary | 111000 | 110010 | 11010 | 0 | 1011 | 110110 | 1001110 | 110000 | 100101 | 10000 |
Color Harmonies of #38321A
Complementary color
Monochromatic Colors of #38321A
Black with #38321A
Text Example
Text Example
White with #38321A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38321A; }
p { color: rgb(56,50,26); }
H1.HeaderClassName
{
color: #38321A;
}
.AnyTagClassName
{
color: #38321A;
}
</style>
background-color css
<style>
a { background-color: #38321A; }
a { background-color: rgb(56,50,26); }
div.DivClassName
{
background-color: #38321A;
}
.BgClassName
{
background-color: #38321A;
}
</style>
border-color css
<style>
span { border-color: #38321A; }
span { border-color: rgb(56,50,26); }
td.TdClassName
{
border-color: #38321A;
}
.TagClassName
{
border-color: #38321A;
}
</style>