Shades of Graphite #362F1C
Tints of Graphite #362F1C
RGB
CMYK
RGB Variations
Color information
#362F1C (or 0x362F1C) is known color: Graphite. HEX triplet: 36, 2F and 1C. RGB value is (54,47,28). Sum of RGB (Red+Green+Blue) = 54+47+28=129 (17% of max value = 765). Red value is 54 (21.48% from 255 or 41.86% from 129); Green value is 47 (18.75% from 255 or 36.43% from 129); Blue value is 28 (11.33% from 255 or 21.71% from 129); Max value from RGB is 54 - color contains mainly: red. Hex color #362F1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362F1C is #C9D0E3. Grayscale: #2F2F2F. Windows color (decimal): -13226212 or 1847094. OLE color: 1847094.
HSL color Cylindrical-coordinate representation of color #362F1C: hue angle of 43.85º degrees, saturation: 0.32, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #362F1C is Cyan = 0, Magento = 0.13, Yellow = 0.48 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 47 | 28 | - |
| CMYK | 0 | 0.13 | 0.48 | 0.79 |
| HSL | 43.85º | 0.32% | 0.16% | - |
| HSV(B) | 43.85º | 0.48% | 0.21% | - |
| XYZ | 2.75 | 2.9 | 1.51 | - |
| YUV | 46.93 | 117.32 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 47 | 28 | 0 | 0.13 | 0.48 | 0.79 | 43.85 | 0.32 | 0.16 |
| Hex | 36 | 2F | 1C | 0 | D | 30 | 4F | 2C | 20 | 10 |
| Octal | 66 | 57 | 34 | 0 | 15 | 60 | 117 | 54 | 40 | 20 |
| Binary | 110110 | 101111 | 11100 | 0 | 1101 | 110000 | 1001111 | 101100 | 100000 | 10000 |
Color Harmonies of #362F1C
Complementary color
Monochromatic Colors of #362F1C
Black with #362F1C
Text Example
Text Example
White with #362F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362F1C; }
p { color: rgb(54,47,28); }
H1.HeaderClassName
{
color: #362F1C;
}
.AnyTagClassName
{
color: #362F1C;
}
</style>
background-color css
<style>
a { background-color: #362F1C; }
a { background-color: rgb(54,47,28); }
div.DivClassName
{
background-color: #362F1C;
}
.BgClassName
{
background-color: #362F1C;
}
</style>
border-color css
<style>
span { border-color: #362F1C; }
span { border-color: rgb(54,47,28); }
td.TdClassName
{
border-color: #362F1C;
}
.TagClassName
{
border-color: #362F1C;
}
</style>