Shades of Graphite #39361A
Tints of Graphite #39361A
RGB
CMYK
RGB Variations
Color information
#39361A (or 0x39361A) is known color: Graphite. HEX triplet: 39, 36 and 1A. RGB value is (57,54,26). Sum of RGB (Red+Green+Blue) = 57+54+26=137 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.61% from 137); Green value is 54 (21.48% from 255 or 39.42% from 137); Blue value is 26 (10.55% from 255 or 18.98% from 137); Max value from RGB is 57 - color contains mainly: red. Hex color #39361A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39361A is #C6C9E5. Grayscale: #333333. Windows color (decimal): -13027814 or 1717817. OLE color: 1717817.
HSL color Cylindrical-coordinate representation of color #39361A: hue angle of 54.19º degrees, saturation: 0.37, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #39361A is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 54 | 26 | - |
| CMYK | 0 | 0.05 | 0.54 | 0.78 |
| HSL | 54.19º | 0.37% | 0.16% | - |
| HSV(B) | 54.19º | 0.54% | 0.22% | - |
| XYZ | 3.19 | 3.58 | 1.5 | - |
| YUV | 51.71 | 113.49 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 54 | 26 | 0 | 0.05 | 0.54 | 0.78 | 54.19 | 0.37 | 0.16 |
| Hex | 39 | 36 | 1A | 0 | 5 | 36 | 4E | 36 | 25 | 10 |
| Octal | 71 | 66 | 32 | 0 | 5 | 66 | 116 | 66 | 45 | 20 |
| Binary | 111001 | 110110 | 11010 | 0 | 101 | 110110 | 1001110 | 110110 | 100101 | 10000 |
Color Harmonies of #39361A
Complementary color
Monochromatic Colors of #39361A
Black with #39361A
Text Example
Text Example
White with #39361A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39361A; }
p { color: rgb(57,54,26); }
H1.HeaderClassName
{
color: #39361A;
}
.AnyTagClassName
{
color: #39361A;
}
</style>
background-color css
<style>
a { background-color: #39361A; }
a { background-color: rgb(57,54,26); }
div.DivClassName
{
background-color: #39361A;
}
.BgClassName
{
background-color: #39361A;
}
</style>
border-color css
<style>
span { border-color: #39361A; }
span { border-color: rgb(57,54,26); }
td.TdClassName
{
border-color: #39361A;
}
.TagClassName
{
border-color: #39361A;
}
</style>