Shades of Graphite #373423
Tints of Graphite #373423
RGB
CMYK
RGB Variations
Color information
#373423 (or 0x373423) is known color: Graphite. HEX triplet: 37, 34 and 23. RGB value is (55,52,35). Sum of RGB (Red+Green+Blue) = 55+52+35=142 (18% of max value = 765). Red value is 55 (21.88% from 255 or 38.73% from 142); Green value is 52 (20.70% from 255 or 36.62% from 142); Blue value is 35 (14.06% from 255 or 24.65% from 142); Max value from RGB is 55 - color contains mainly: red. Hex color #373423 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373423 is #C8CBDC. Grayscale: #333333. Windows color (decimal): -13159389 or 2307127. OLE color: 2307127.
HSL color Cylindrical-coordinate representation of color #373423: hue angle of 51º degrees, saturation: 0.22, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #373423 is Cyan = 0, Magento = 0.05, Yellow = 0.36 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 52 | 35 | - |
| CMYK | 0 | 0.05 | 0.36 | 0.78 |
| HSL | 51º | 0.22% | 0.18% | - |
| HSV(B) | 51º | 0.36% | 0.22% | - |
| XYZ | 3.11 | 3.39 | 2.08 | - |
| YUV | 50.96 | 118.99 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 52 | 35 | 0 | 0.05 | 0.36 | 0.78 | 51 | 0.22 | 0.18 |
| Hex | 37 | 34 | 23 | 0 | 5 | 24 | 4E | 33 | 16 | 12 |
| Octal | 67 | 64 | 43 | 0 | 5 | 44 | 116 | 63 | 26 | 22 |
| Binary | 110111 | 110100 | 100011 | 0 | 101 | 100100 | 1001110 | 110011 | 10110 | 10010 |
Color Harmonies of #373423
Complementary color
Monochromatic Colors of #373423
Black with #373423
Text Example
Text Example
White with #373423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373423; }
p { color: rgb(55,52,35); }
H1.HeaderClassName
{
color: #373423;
}
.AnyTagClassName
{
color: #373423;
}
</style>
background-color css
<style>
a { background-color: #373423; }
a { background-color: rgb(55,52,35); }
div.DivClassName
{
background-color: #373423;
}
.BgClassName
{
background-color: #373423;
}
</style>
border-color css
<style>
span { border-color: #373423; }
span { border-color: rgb(55,52,35); }
td.TdClassName
{
border-color: #373423;
}
.TagClassName
{
border-color: #373423;
}
</style>