Shades of Graphite #3C381A
Tints of Graphite #3C381A
RGB
CMYK
RGB Variations
Color information
#3C381A (or 0x3C381A) is known color: Graphite. HEX triplet: 3C, 38 and 1A. RGB value is (60,56,26). Sum of RGB (Red+Green+Blue) = 60+56+26=142 (18% of max value = 765). Red value is 60 (23.83% from 255 or 42.25% from 142); Green value is 56 (22.27% from 255 or 39.44% from 142); Blue value is 26 (10.55% from 255 or 18.31% from 142); Max value from RGB is 60 - color contains mainly: red. Hex color #3C381A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C381A is #C3C7E5. Grayscale: #353535. Windows color (decimal): -12830694 or 1718332. OLE color: 1718332.
HSL color Cylindrical-coordinate representation of color #3C381A: hue angle of 52.94º degrees, saturation: 0.4, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3C381A is Cyan = 0, Magento = 0.07, Yellow = 0.57 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 56 | 26 | - |
| CMYK | 0 | 0.07 | 0.57 | 0.76 |
| HSL | 52.94º | 0.4% | 0.17% | - |
| HSV(B) | 52.94º | 0.57% | 0.24% | - |
| XYZ | 3.46 | 3.86 | 1.54 | - |
| YUV | 53.78 | 112.33 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 56 | 26 | 0 | 0.07 | 0.57 | 0.76 | 52.94 | 0.4 | 0.17 |
| Hex | 3C | 38 | 1A | 0 | 7 | 39 | 4C | 35 | 28 | 11 |
| Octal | 74 | 70 | 32 | 0 | 7 | 71 | 114 | 65 | 50 | 21 |
| Binary | 111100 | 111000 | 11010 | 0 | 111 | 111001 | 1001100 | 110101 | 101000 | 10001 |
Color Harmonies of #3C381A
Complementary color
Monochromatic Colors of #3C381A
Black with #3C381A
Text Example
Text Example
White with #3C381A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C381A; }
p { color: rgb(60,56,26); }
H1.HeaderClassName
{
color: #3C381A;
}
.AnyTagClassName
{
color: #3C381A;
}
</style>
background-color css
<style>
a { background-color: #3C381A; }
a { background-color: rgb(60,56,26); }
div.DivClassName
{
background-color: #3C381A;
}
.BgClassName
{
background-color: #3C381A;
}
</style>
border-color css
<style>
span { border-color: #3C381A; }
span { border-color: rgb(60,56,26); }
td.TdClassName
{
border-color: #3C381A;
}
.TagClassName
{
border-color: #3C381A;
}
</style>