Shades of Graphite #34301F
Tints of Graphite #34301F
RGB
CMYK
RGB Variations
Color information
#34301F (or 0x34301F) is known color: Graphite. HEX triplet: 34, 30 and 1F. RGB value is (52,48,31). Sum of RGB (Red+Green+Blue) = 52+48+31=131 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.69% from 131); Green value is 48 (19.14% from 255 or 36.64% from 131); Blue value is 31 (12.5% from 255 or 23.66% from 131); Max value from RGB is 52 - color contains mainly: red. Hex color #34301F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34301F is #CBCFE0. Grayscale: #2F2F2F. Windows color (decimal): -13357025 or 2043956. OLE color: 2043956.
HSL color Cylindrical-coordinate representation of color #34301F: hue angle of 48.57º degrees, saturation: 0.25, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #34301F is Cyan = 0, Magento = 0.08, Yellow = 0.40 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 48 | 31 | - |
| CMYK | 0 | 0.08 | 0.40 | 0.80 |
| HSL | 48.57º | 0.25% | 0.16% | - |
| HSV(B) | 48.57º | 0.4% | 0.2% | - |
| XYZ | 2.72 | 2.94 | 1.72 | - |
| YUV | 47.26 | 118.83 | 131.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 48 | 31 | 0 | 0.08 | 0.40 | 0.80 | 48.57 | 0.25 | 0.16 |
| Hex | 34 | 30 | 1F | 0 | 8 | 28 | 50 | 31 | 19 | 10 |
| Octal | 64 | 60 | 37 | 0 | 10 | 50 | 120 | 61 | 31 | 20 |
| Binary | 110100 | 110000 | 11111 | 0 | 1000 | 101000 | 1010000 | 110001 | 11001 | 10000 |
Color Harmonies of #34301F
Complementary color
Monochromatic Colors of #34301F
Black with #34301F
Text Example
Text Example
White with #34301F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34301F; }
p { color: rgb(52,48,31); }
H1.HeaderClassName
{
color: #34301F;
}
.AnyTagClassName
{
color: #34301F;
}
</style>
background-color css
<style>
a { background-color: #34301F; }
a { background-color: rgb(52,48,31); }
div.DivClassName
{
background-color: #34301F;
}
.BgClassName
{
background-color: #34301F;
}
</style>
border-color css
<style>
span { border-color: #34301F; }
span { border-color: rgb(52,48,31); }
td.TdClassName
{
border-color: #34301F;
}
.TagClassName
{
border-color: #34301F;
}
</style>