Shades of Graphite #38321B
Tints of Graphite #38321B
RGB
CMYK
RGB Variations
Color information
#38321B (or 0x38321B) is known color: Graphite. HEX triplet: 38, 32 and 1B. RGB value is (56,50,27). Sum of RGB (Red+Green+Blue) = 56+50+27=133 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.11% from 133); Green value is 50 (19.92% from 255 or 37.59% from 133); Blue value is 27 (10.94% from 255 or 20.30% from 133); Max value from RGB is 56 - color contains mainly: red. Hex color #38321B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38321B is #C7CDE4. Grayscale: #313131. Windows color (decimal): -13094373 or 1782328. OLE color: 1782328.
HSL color Cylindrical-coordinate representation of color #38321B: hue angle of 47.59º degrees, saturation: 0.35, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #38321B is Cyan = 0, Magento = 0.11, Yellow = 0.52 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 50 | 27 | - |
| CMYK | 0 | 0.11 | 0.52 | 0.78 |
| HSL | 47.59º | 0.35% | 0.16% | - |
| HSV(B) | 47.59º | 0.52% | 0.22% | - |
| XYZ | 2.97 | 3.2 | 1.5 | - |
| YUV | 49.17 | 115.49 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 50 | 27 | 0 | 0.11 | 0.52 | 0.78 | 47.59 | 0.35 | 0.16 |
| Hex | 38 | 32 | 1B | 0 | B | 34 | 4E | 30 | 23 | 10 |
| Octal | 70 | 62 | 33 | 0 | 13 | 64 | 116 | 60 | 43 | 20 |
| Binary | 111000 | 110010 | 11011 | 0 | 1011 | 110100 | 1001110 | 110000 | 100011 | 10000 |
Color Harmonies of #38321B
Complementary color
Monochromatic Colors of #38321B
Black with #38321B
Text Example
Text Example
White with #38321B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38321B; }
p { color: rgb(56,50,27); }
H1.HeaderClassName
{
color: #38321B;
}
.AnyTagClassName
{
color: #38321B;
}
</style>
background-color css
<style>
a { background-color: #38321B; }
a { background-color: rgb(56,50,27); }
div.DivClassName
{
background-color: #38321B;
}
.BgClassName
{
background-color: #38321B;
}
</style>
border-color css
<style>
span { border-color: #38321B; }
span { border-color: rgb(56,50,27); }
td.TdClassName
{
border-color: #38321B;
}
.TagClassName
{
border-color: #38321B;
}
</style>