Shades of Graphite #363427
Tints of Graphite #363427
RGB
CMYK
RGB Variations
Color information
#363427 (or 0x363427) is known color: Graphite. HEX triplet: 36, 34 and 27. RGB value is (54,52,39). Sum of RGB (Red+Green+Blue) = 54+52+39=145 (19% of max value = 765). Red value is 54 (21.48% from 255 or 37.24% from 145); Green value is 52 (20.70% from 255 or 35.86% from 145); Blue value is 39 (15.62% from 255 or 26.90% from 145); Max value from RGB is 54 - color contains mainly: red. Hex color #363427 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363427 is #C9CBD8. Grayscale: #333333. Windows color (decimal): -13224921 or 2569270. OLE color: 2569270.
HSL color Cylindrical-coordinate representation of color #363427: hue angle of 52º degrees, saturation: 0.16, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #363427 is Cyan = 0, Magento = 0.04, Yellow = 0.28 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 52 | 39 | - |
| CMYK | 0 | 0.04 | 0.28 | 0.79 |
| HSL | 52º | 0.16% | 0.18% | - |
| HSV(B) | 52º | 0.28% | 0.21% | - |
| XYZ | 3.12 | 3.39 | 2.41 | - |
| YUV | 51.12 | 121.16 | 130.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 52 | 39 | 0 | 0.04 | 0.28 | 0.79 | 52 | 0.16 | 0.18 |
| Hex | 36 | 34 | 27 | 0 | 4 | 1C | 4F | 34 | 10 | 12 |
| Octal | 66 | 64 | 47 | 0 | 4 | 34 | 117 | 64 | 20 | 22 |
| Binary | 110110 | 110100 | 100111 | 0 | 100 | 11100 | 1001111 | 110100 | 10000 | 10010 |
Color Harmonies of #363427
Complementary color
Monochromatic Colors of #363427
Black with #363427
Text Example
Text Example
White with #363427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363427; }
p { color: rgb(54,52,39); }
H1.HeaderClassName
{
color: #363427;
}
.AnyTagClassName
{
color: #363427;
}
</style>
background-color css
<style>
a { background-color: #363427; }
a { background-color: rgb(54,52,39); }
div.DivClassName
{
background-color: #363427;
}
.BgClassName
{
background-color: #363427;
}
</style>
border-color css
<style>
span { border-color: #363427; }
span { border-color: rgb(54,52,39); }
td.TdClassName
{
border-color: #363427;
}
.TagClassName
{
border-color: #363427;
}
</style>