Shades of Graphite #343125
Tints of Graphite #343125
RGB
CMYK
RGB Variations
Color information
#343125 (or 0x343125) is known color: Graphite. HEX triplet: 34, 31 and 25. RGB value is (52,49,37). Sum of RGB (Red+Green+Blue) = 52+49+37=138 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.68% from 138); Green value is 49 (19.53% from 255 or 35.51% from 138); Blue value is 37 (14.84% from 255 or 26.81% from 138); Max value from RGB is 52 - color contains mainly: red. Hex color #343125 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343125 is #CBCEDA. Grayscale: #303030. Windows color (decimal): -13356763 or 2437428. OLE color: 2437428.
HSL color Cylindrical-coordinate representation of color #343125: hue angle of 48º degrees, saturation: 0.17, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #343125 is Cyan = 0, Magento = 0.06, Yellow = 0.29 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 49 | 37 | - |
| CMYK | 0 | 0.06 | 0.29 | 0.80 |
| HSL | 48º | 0.17% | 0.17% | - |
| HSV(B) | 48º | 0.29% | 0.2% | - |
| XYZ | 2.85 | 3.06 | 2.19 | - |
| YUV | 48.53 | 121.49 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 49 | 37 | 0 | 0.06 | 0.29 | 0.80 | 48 | 0.17 | 0.17 |
| Hex | 34 | 31 | 25 | 0 | 6 | 1D | 50 | 30 | 11 | 11 |
| Octal | 64 | 61 | 45 | 0 | 6 | 35 | 120 | 60 | 21 | 21 |
| Binary | 110100 | 110001 | 100101 | 0 | 110 | 11101 | 1010000 | 110000 | 10001 | 10001 |
Color Harmonies of #343125
Complementary color
Monochromatic Colors of #343125
Black with #343125
Text Example
Text Example
White with #343125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343125; }
p { color: rgb(52,49,37); }
H1.HeaderClassName
{
color: #343125;
}
.AnyTagClassName
{
color: #343125;
}
</style>
background-color css
<style>
a { background-color: #343125; }
a { background-color: rgb(52,49,37); }
div.DivClassName
{
background-color: #343125;
}
.BgClassName
{
background-color: #343125;
}
</style>
border-color css
<style>
span { border-color: #343125; }
span { border-color: rgb(52,49,37); }
td.TdClassName
{
border-color: #343125;
}
.TagClassName
{
border-color: #343125;
}
</style>