Shades of Graphite #36311A
Tints of Graphite #36311A
RGB
CMYK
RGB Variations
Color information
#36311A (or 0x36311A) is known color: Graphite. HEX triplet: 36, 31 and 1A. RGB value is (54,49,26). Sum of RGB (Red+Green+Blue) = 54+49+26=129 (17% of max value = 765). Red value is 54 (21.48% from 255 or 41.86% from 129); Green value is 49 (19.53% from 255 or 37.98% from 129); Blue value is 26 (10.55% from 255 or 20.16% from 129); Max value from RGB is 54 - color contains mainly: red. Hex color #36311A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36311A is #C9CEE5. Grayscale: #2F2F2F. Windows color (decimal): -13225702 or 1716534. OLE color: 1716534.
HSL color Cylindrical-coordinate representation of color #36311A: hue angle of 49.29º degrees, saturation: 0.35, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #36311A is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 49 | 26 | - |
| CMYK | 0 | 0.09 | 0.52 | 0.79 |
| HSL | 49.29º | 0.35% | 0.16% | - |
| HSV(B) | 49.29º | 0.52% | 0.21% | - |
| XYZ | 2.81 | 3.06 | 1.42 | - |
| YUV | 47.87 | 115.66 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 49 | 26 | 0 | 0.09 | 0.52 | 0.79 | 49.29 | 0.35 | 0.16 |
| Hex | 36 | 31 | 1A | 0 | 9 | 34 | 4F | 31 | 23 | 10 |
| Octal | 66 | 61 | 32 | 0 | 11 | 64 | 117 | 61 | 43 | 20 |
| Binary | 110110 | 110001 | 11010 | 0 | 1001 | 110100 | 1001111 | 110001 | 100011 | 10000 |
Color Harmonies of #36311A
Complementary color
Monochromatic Colors of #36311A
Black with #36311A
Text Example
Text Example
White with #36311A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36311A; }
p { color: rgb(54,49,26); }
H1.HeaderClassName
{
color: #36311A;
}
.AnyTagClassName
{
color: #36311A;
}
</style>
background-color css
<style>
a { background-color: #36311A; }
a { background-color: rgb(54,49,26); }
div.DivClassName
{
background-color: #36311A;
}
.BgClassName
{
background-color: #36311A;
}
</style>
border-color css
<style>
span { border-color: #36311A; }
span { border-color: rgb(54,49,26); }
td.TdClassName
{
border-color: #36311A;
}
.TagClassName
{
border-color: #36311A;
}
</style>