Shades of Graphite #38331B
Tints of Graphite #38331B
RGB
CMYK
RGB Variations
Color information
#38331B (or 0x38331B) is known color: Graphite. HEX triplet: 38, 33 and 1B. RGB value is (56,51,27). Sum of RGB (Red+Green+Blue) = 56+51+27=134 (17% of max value = 765). Red value is 56 (22.27% from 255 or 41.79% from 134); Green value is 51 (20.31% from 255 or 38.06% from 134); Blue value is 27 (10.94% from 255 or 20.15% from 134); Max value from RGB is 56 - color contains mainly: red. Hex color #38331B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38331B is #C7CCE4. Grayscale: #313131. Windows color (decimal): -13094117 or 1782584. OLE color: 1782584.
HSL color Cylindrical-coordinate representation of color #38331B: hue angle of 49.66º 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 #38331B is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 51 | 27 | - |
| CMYK | 0 | 0.09 | 0.52 | 0.78 |
| HSL | 49.66º | 0.35% | 0.16% | - |
| HSV(B) | 49.66º | 0.52% | 0.22% | - |
| XYZ | 3.01 | 3.29 | 1.51 | - |
| YUV | 49.76 | 115.16 | 132.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 51 | 27 | 0 | 0.09 | 0.52 | 0.78 | 49.66 | 0.35 | 0.16 |
| Hex | 38 | 33 | 1B | 0 | 9 | 34 | 4E | 32 | 23 | 10 |
| Octal | 70 | 63 | 33 | 0 | 11 | 64 | 116 | 62 | 43 | 20 |
| Binary | 111000 | 110011 | 11011 | 0 | 1001 | 110100 | 1001110 | 110010 | 100011 | 10000 |
Color Harmonies of #38331B
Complementary color
Monochromatic Colors of #38331B
Black with #38331B
Text Example
Text Example
White with #38331B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38331B; }
p { color: rgb(56,51,27); }
H1.HeaderClassName
{
color: #38331B;
}
.AnyTagClassName
{
color: #38331B;
}
</style>
background-color css
<style>
a { background-color: #38331B; }
a { background-color: rgb(56,51,27); }
div.DivClassName
{
background-color: #38331B;
}
.BgClassName
{
background-color: #38331B;
}
</style>
border-color css
<style>
span { border-color: #38331B; }
span { border-color: rgb(56,51,27); }
td.TdClassName
{
border-color: #38331B;
}
.TagClassName
{
border-color: #38331B;
}
</style>