Shades of Graphite #3D381E
Tints of Graphite #3D381E
RGB
CMYK
RGB Variations
Color information
#3D381E (or 0x3D381E) is known color: Graphite. HEX triplet: 3D, 38 and 1E. RGB value is (61,56,30). Sum of RGB (Red+Green+Blue) = 61+56+30=147 (19% of max value = 765). Red value is 61 (24.22% from 255 or 41.50% from 147); Green value is 56 (22.27% from 255 or 38.10% from 147); Blue value is 30 (12.11% from 255 or 20.41% from 147); Max value from RGB is 61 - color contains mainly: red. Hex color #3D381E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D381E is #C2C7E1. Grayscale: #363636. Windows color (decimal): -12765154 or 1980477. OLE color: 1980477.
HSL color Cylindrical-coordinate representation of color #3D381E: hue angle of 50.32º degrees, saturation: 0.34, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3D381E is Cyan = 0, Magento = 0.08, Yellow = 0.51 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 56 | 30 | - |
| CMYK | 0 | 0.08 | 0.51 | 0.76 |
| HSL | 50.32º | 0.34% | 0.18% | - |
| HSV(B) | 50.32º | 0.51% | 0.24% | - |
| XYZ | 3.57 | 3.91 | 1.8 | - |
| YUV | 54.53 | 114.16 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 56 | 30 | 0 | 0.08 | 0.51 | 0.76 | 50.32 | 0.34 | 0.18 |
| Hex | 3D | 38 | 1E | 0 | 8 | 33 | 4C | 32 | 22 | 12 |
| Octal | 75 | 70 | 36 | 0 | 10 | 63 | 114 | 62 | 42 | 22 |
| Binary | 111101 | 111000 | 11110 | 0 | 1000 | 110011 | 1001100 | 110010 | 100010 | 10010 |
Color Harmonies of #3D381E
Complementary color
Monochromatic Colors of #3D381E
Black with #3D381E
Text Example
Text Example
White with #3D381E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D381E; }
p { color: rgb(61,56,30); }
H1.HeaderClassName
{
color: #3D381E;
}
.AnyTagClassName
{
color: #3D381E;
}
</style>
background-color css
<style>
a { background-color: #3D381E; }
a { background-color: rgb(61,56,30); }
div.DivClassName
{
background-color: #3D381E;
}
.BgClassName
{
background-color: #3D381E;
}
</style>
border-color css
<style>
span { border-color: #3D381E; }
span { border-color: rgb(61,56,30); }
td.TdClassName
{
border-color: #3D381E;
}
.TagClassName
{
border-color: #3D381E;
}
</style>