Shades of Graphite #31302A
Tints of Graphite #31302A
RGB
CMYK
RGB Variations
Color information
#31302A (or 0x31302A) is known color: Graphite. HEX triplet: 31, 30 and 2A. RGB value is (49,48,42). Sum of RGB (Red+Green+Blue) = 49+48+42=139 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.25% from 139); Green value is 48 (19.14% from 255 or 34.53% from 139); Blue value is 42 (16.80% from 255 or 30.22% from 139); Max value from RGB is 49 - color contains mainly: red. Hex color #31302A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31302A is #CECFD5. Grayscale: #2F2F2F. Windows color (decimal): -13553622 or 2764849. OLE color: 2764849.
HSL color Cylindrical-coordinate representation of color #31302A: hue angle of 51.43º degrees, saturation: 0.08, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #31302A is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 48 | 42 | - |
| CMYK | 0 | 0.02 | 0.14 | 0.81 |
| HSL | 51.43º | 0.08% | 0.18% | - |
| HSV(B) | 51.43º | 0.14% | 0.19% | - |
| XYZ | 2.74 | 2.93 | 2.61 | - |
| YUV | 47.62 | 124.83 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 48 | 42 | 0 | 0.02 | 0.14 | 0.81 | 51.43 | 0.08 | 0.18 |
| Hex | 31 | 30 | 2A | 0 | 2 | E | 51 | 33 | 8 | 12 |
| Octal | 61 | 60 | 52 | 0 | 2 | 16 | 121 | 63 | 10 | 22 |
| Binary | 110001 | 110000 | 101010 | 0 | 10 | 1110 | 1010001 | 110011 | 1000 | 10010 |
Color Harmonies of #31302A
Complementary color
Monochromatic Colors of #31302A
Black with #31302A
Text Example
Text Example
White with #31302A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31302A; }
p { color: rgb(49,48,42); }
H1.HeaderClassName
{
color: #31302A;
}
.AnyTagClassName
{
color: #31302A;
}
</style>
background-color css
<style>
a { background-color: #31302A; }
a { background-color: rgb(49,48,42); }
div.DivClassName
{
background-color: #31302A;
}
.BgClassName
{
background-color: #31302A;
}
</style>
border-color css
<style>
span { border-color: #31302A; }
span { border-color: rgb(49,48,42); }
td.TdClassName
{
border-color: #31302A;
}
.TagClassName
{
border-color: #31302A;
}
</style>