Shades of Graphite #3C382B
Tints of Graphite #3C382B
RGB
CMYK
RGB Variations
Color information
#3C382B (or 0x3C382B) is known color: Graphite. HEX triplet: 3C, 38 and 2B. RGB value is (60,56,43). Sum of RGB (Red+Green+Blue) = 60+56+43=159 (21% of max value = 765). Red value is 60 (23.83% from 255 or 37.74% from 159); Green value is 56 (22.27% from 255 or 35.22% from 159); Blue value is 43 (17.19% from 255 or 27.04% from 159); Max value from RGB is 60 - color contains mainly: red. Hex color #3C382B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C382B is #C3C7D4. Grayscale: #373737. Windows color (decimal): -12830677 or 2832444. OLE color: 2832444.
HSL color Cylindrical-coordinate representation of color #3C382B: hue angle of 45.88º degrees, saturation: 0.17, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3C382B is Cyan = 0, Magento = 0.07, Yellow = 0.28 and Black (K on CMYK) = 0.76.
Color convert
RGB | 60 | 56 | 43 | - |
CMYK | 0 | 0.07 | 0.28 | 0.76 |
HSL | 45.88º | 0.17% | 0.2% | - |
HSV(B) | 45.88º | 0.28% | 0.24% | - |
XYZ | 3.71 | 3.96 | 2.85 | - |
YUV | 55.71 | 120.83 | 131.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 60 | 56 | 43 | 0 | 0.07 | 0.28 | 0.76 | 45.88 | 0.17 | 0.2 |
Hex | 3C | 38 | 2B | 0 | 7 | 1C | 4C | 2E | 11 | 14 |
Octal | 74 | 70 | 53 | 0 | 7 | 34 | 114 | 56 | 21 | 24 |
Binary | 111100 | 111000 | 101011 | 0 | 111 | 11100 | 1001100 | 101110 | 10001 | 10100 |
Color Harmonies of #3C382B
Complementary color
Monochromatic Colors of #3C382B
Black with #3C382B
Text Example
Text Example
White with #3C382B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C382B; }
p { color: rgb(60,56,43); }
H1.HeaderClassName
{
color: #3C382B;
}
.AnyTagClassName
{
color: #3C382B;
}
</style>
background-color css
<style>
a { background-color: #3C382B; }
a { background-color: rgb(60,56,43); }
div.DivClassName
{
background-color: #3C382B;
}
.BgClassName
{
background-color: #3C382B;
}
</style>
border-color css
<style>
span { border-color: #3C382B; }
span { border-color: rgb(60,56,43); }
td.TdClassName
{
border-color: #3C382B;
}
.TagClassName
{
border-color: #3C382B;
}
</style>