Shades of Graphite #363019
Tints of Graphite #363019
RGB
CMYK
RGB Variations
Color information
#363019 (or 0x363019) is known color: Graphite. HEX triplet: 36, 30 and 19. RGB value is (54,48,25). Sum of RGB (Red+Green+Blue) = 54+48+25=127 (16% of max value = 765). Red value is 54 (21.48% from 255 or 42.52% from 127); Green value is 48 (19.14% from 255 or 37.80% from 127); Blue value is 25 (10.16% from 255 or 19.69% from 127); Max value from RGB is 54 - color contains mainly: red. Hex color #363019 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363019 is #C9CFE6. Grayscale: #2F2F2F. Windows color (decimal): -13225959 or 1650742. OLE color: 1650742.
HSL color Cylindrical-coordinate representation of color #363019: hue angle of 47.59º degrees, saturation: 0.37, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #363019 is Cyan = 0, Magento = 0.11, Yellow = 0.54 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 48 | 25 | - |
| CMYK | 0 | 0.11 | 0.54 | 0.79 |
| HSL | 47.59º | 0.37% | 0.15% | - |
| HSV(B) | 47.59º | 0.54% | 0.21% | - |
| XYZ | 2.75 | 2.97 | 1.35 | - |
| YUV | 47.17 | 115.49 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 48 | 25 | 0 | 0.11 | 0.54 | 0.79 | 47.59 | 0.37 | 0.15 |
| Hex | 36 | 30 | 19 | 0 | B | 36 | 4F | 30 | 25 | F |
| Octal | 66 | 60 | 31 | 0 | 13 | 66 | 117 | 60 | 45 | 17 |
| Binary | 110110 | 110000 | 11001 | 0 | 1011 | 110110 | 1001111 | 110000 | 100101 | 1111 |
Color Harmonies of #363019
Complementary color
Monochromatic Colors of #363019
Black with #363019
Text Example
Text Example
White with #363019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363019; }
p { color: rgb(54,48,25); }
H1.HeaderClassName
{
color: #363019;
}
.AnyTagClassName
{
color: #363019;
}
</style>
background-color css
<style>
a { background-color: #363019; }
a { background-color: rgb(54,48,25); }
div.DivClassName
{
background-color: #363019;
}
.BgClassName
{
background-color: #363019;
}
</style>
border-color css
<style>
span { border-color: #363019; }
span { border-color: rgb(54,48,25); }
td.TdClassName
{
border-color: #363019;
}
.TagClassName
{
border-color: #363019;
}
</style>