Shades of Graphite #373123
Tints of Graphite #373123
RGB
CMYK
RGB Variations
Color information
#373123 (or 0x373123) is known color: Graphite. HEX triplet: 37, 31 and 23. RGB value is (55,49,35). Sum of RGB (Red+Green+Blue) = 55+49+35=139 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.57% from 139); Green value is 49 (19.53% from 255 or 35.25% from 139); Blue value is 35 (14.06% from 255 or 25.18% from 139); Max value from RGB is 55 - color contains mainly: red. Hex color #373123 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373123 is #C8CEDC. Grayscale: #313131. Windows color (decimal): -13160157 or 2306359. OLE color: 2306359.
HSL color Cylindrical-coordinate representation of color #373123: hue angle of 42º 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 #373123 is Cyan = 0, Magento = 0.11, Yellow = 0.36 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 49 | 35 | - |
| CMYK | 0 | 0.11 | 0.36 | 0.78 |
| HSL | 42º | 0.22% | 0.18% | - |
| HSV(B) | 42º | 0.36% | 0.22% | - |
| XYZ | 2.98 | 3.13 | 2.04 | - |
| YUV | 49.2 | 119.99 | 132.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 49 | 35 | 0 | 0.11 | 0.36 | 0.78 | 42 | 0.22 | 0.18 |
| Hex | 37 | 31 | 23 | 0 | B | 24 | 4E | 2A | 16 | 12 |
| Octal | 67 | 61 | 43 | 0 | 13 | 44 | 116 | 52 | 26 | 22 |
| Binary | 110111 | 110001 | 100011 | 0 | 1011 | 100100 | 1001110 | 101010 | 10110 | 10010 |
Color Harmonies of #373123
Complementary color
Monochromatic Colors of #373123
Black with #373123
Text Example
Text Example
White with #373123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373123; }
p { color: rgb(55,49,35); }
H1.HeaderClassName
{
color: #373123;
}
.AnyTagClassName
{
color: #373123;
}
</style>
background-color css
<style>
a { background-color: #373123; }
a { background-color: rgb(55,49,35); }
div.DivClassName
{
background-color: #373123;
}
.BgClassName
{
background-color: #373123;
}
</style>
border-color css
<style>
span { border-color: #373123; }
span { border-color: rgb(55,49,35); }
td.TdClassName
{
border-color: #373123;
}
.TagClassName
{
border-color: #373123;
}
</style>