Shades of Graphite #2F2E2A
Tints of Graphite #2F2E2A
RGB
CMYK
RGB Variations
Color information
#2F2E2A (or 0x2F2E2A) is known color: Graphite. HEX triplet: 2F, 2E and 2A. RGB value is (47,46,42). Sum of RGB (Red+Green+Blue) = 47+46+42=135 (17% of max value = 765). Red value is 47 (18.75% from 255 or 34.81% from 135); Green value is 46 (18.36% from 255 or 34.07% from 135); Blue value is 42 (16.80% from 255 or 31.11% from 135); Max value from RGB is 47 - color contains mainly: red. Hex color #2F2E2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2E2A is #D0D1D5. Grayscale: #2D2D2D. Windows color (decimal): -13685206 or 2764335. OLE color: 2764335.
HSL color Cylindrical-coordinate representation of color #2F2E2A: hue angle of 48º degrees, saturation: 0.06, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #2F2E2A is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.82.
Color convert
RGB | 47 | 46 | 42 | - |
CMYK | 0 | 0.02 | 0.11 | 0.82 |
HSL | 48º | 0.06% | 0.17% | - |
HSV(B) | 48º | 0.11% | 0.18% | - |
XYZ | 2.57 | 2.73 | 2.58 | - |
YUV | 45.84 | 125.83 | 128.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 47 | 46 | 42 | 0 | 0.02 | 0.11 | 0.82 | 48 | 0.06 | 0.17 |
Hex | 2F | 2E | 2A | 0 | 2 | B | 52 | 30 | 6 | 11 |
Octal | 57 | 56 | 52 | 0 | 2 | 13 | 122 | 60 | 6 | 21 |
Binary | 101111 | 101110 | 101010 | 0 | 10 | 1011 | 1010010 | 110000 | 110 | 10001 |
Color Harmonies of #2F2E2A
Complementary color
Monochromatic Colors of #2F2E2A
Black with #2F2E2A
Text Example
Text Example
White with #2F2E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2E2A; }
p { color: rgb(47,46,42); }
H1.HeaderClassName
{
color: #2F2E2A;
}
.AnyTagClassName
{
color: #2F2E2A;
}
</style>
background-color css
<style>
a { background-color: #2F2E2A; }
a { background-color: rgb(47,46,42); }
div.DivClassName
{
background-color: #2F2E2A;
}
.BgClassName
{
background-color: #2F2E2A;
}
</style>
border-color css
<style>
span { border-color: #2F2E2A; }
span { border-color: rgb(47,46,42); }
td.TdClassName
{
border-color: #2F2E2A;
}
.TagClassName
{
border-color: #2F2E2A;
}
</style>