Shades of Graphite #363226
Tints of Graphite #363226
RGB
CMYK
RGB Variations
Color information
#363226 (or 0x363226) is known color: Graphite. HEX triplet: 36, 32 and 26. RGB value is (54,50,38). Sum of RGB (Red+Green+Blue) = 54+50+38=142 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.03% from 142); Green value is 50 (19.92% from 255 or 35.21% from 142); Blue value is 38 (15.23% from 255 or 26.76% from 142); Max value from RGB is 54 - color contains mainly: red. Hex color #363226 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363226 is #C9CDD9. Grayscale: #313131. Windows color (decimal): -13225434 or 2503222. OLE color: 2503222.
HSL color Cylindrical-coordinate representation of color #363226: hue angle of 45º degrees, saturation: 0.17, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #363226 is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 50 | 38 | - |
| CMYK | 0 | 0.07 | 0.30 | 0.79 |
| HSL | 45º | 0.17% | 0.18% | - |
| HSV(B) | 45º | 0.3% | 0.21% | - |
| XYZ | 3.01 | 3.21 | 2.29 | - |
| YUV | 49.83 | 121.33 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 50 | 38 | 0 | 0.07 | 0.30 | 0.79 | 45 | 0.17 | 0.18 |
| Hex | 36 | 32 | 26 | 0 | 7 | 1E | 4F | 2D | 11 | 12 |
| Octal | 66 | 62 | 46 | 0 | 7 | 36 | 117 | 55 | 21 | 22 |
| Binary | 110110 | 110010 | 100110 | 0 | 111 | 11110 | 1001111 | 101101 | 10001 | 10010 |
Color Harmonies of #363226
Complementary color
Monochromatic Colors of #363226
Black with #363226
Text Example
Text Example
White with #363226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363226; }
p { color: rgb(54,50,38); }
H1.HeaderClassName
{
color: #363226;
}
.AnyTagClassName
{
color: #363226;
}
</style>
background-color css
<style>
a { background-color: #363226; }
a { background-color: rgb(54,50,38); }
div.DivClassName
{
background-color: #363226;
}
.BgClassName
{
background-color: #363226;
}
</style>
border-color css
<style>
span { border-color: #363226; }
span { border-color: rgb(54,50,38); }
td.TdClassName
{
border-color: #363226;
}
.TagClassName
{
border-color: #363226;
}
</style>