Shades of Graphite #36301F
Tints of Graphite #36301F
RGB
CMYK
RGB Variations
Color information
#36301F (or 0x36301F) is known color: Graphite. HEX triplet: 36, 30 and 1F. RGB value is (54,48,31). Sum of RGB (Red+Green+Blue) = 54+48+31=133 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40.60% from 133); Green value is 48 (19.14% from 255 or 36.09% from 133); Blue value is 31 (12.5% from 255 or 23.31% from 133); Max value from RGB is 54 - color contains mainly: red. Hex color #36301F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36301F is #C9CFE0. Grayscale: #2F2F2F. Windows color (decimal): -13225953 or 2043958. OLE color: 2043958.
HSL color Cylindrical-coordinate representation of color #36301F: hue angle of 44.35º degrees, saturation: 0.27, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #36301F is Cyan = 0, Magento = 0.11, Yellow = 0.43 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 48 | 31 | - |
| CMYK | 0 | 0.11 | 0.43 | 0.79 |
| HSL | 44.35º | 0.27% | 0.17% | - |
| HSV(B) | 44.35º | 0.43% | 0.21% | - |
| XYZ | 2.83 | 3 | 1.73 | - |
| YUV | 47.86 | 118.49 | 132.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 48 | 31 | 0 | 0.11 | 0.43 | 0.79 | 44.35 | 0.27 | 0.17 |
| Hex | 36 | 30 | 1F | 0 | B | 2B | 4F | 2C | 1B | 11 |
| Octal | 66 | 60 | 37 | 0 | 13 | 53 | 117 | 54 | 33 | 21 |
| Binary | 110110 | 110000 | 11111 | 0 | 1011 | 101011 | 1001111 | 101100 | 11011 | 10001 |
Color Harmonies of #36301F
Complementary color
Monochromatic Colors of #36301F
Black with #36301F
Text Example
Text Example
White with #36301F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36301F; }
p { color: rgb(54,48,31); }
H1.HeaderClassName
{
color: #36301F;
}
.AnyTagClassName
{
color: #36301F;
}
</style>
background-color css
<style>
a { background-color: #36301F; }
a { background-color: rgb(54,48,31); }
div.DivClassName
{
background-color: #36301F;
}
.BgClassName
{
background-color: #36301F;
}
</style>
border-color css
<style>
span { border-color: #36301F; }
span { border-color: rgb(54,48,31); }
td.TdClassName
{
border-color: #36301F;
}
.TagClassName
{
border-color: #36301F;
}
</style>