Shades of Graphite #363225
Tints of Graphite #363225
RGB
CMYK
RGB Variations
Color information
#363225 (or 0x363225) is known color: Graphite. HEX triplet: 36, 32 and 25. RGB value is (54,50,37). Sum of RGB (Red+Green+Blue) = 54+50+37=141 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.30% from 141); Green value is 50 (19.92% from 255 or 35.46% from 141); Blue value is 37 (14.84% from 255 or 26.24% from 141); Max value from RGB is 54 - color contains mainly: red. Hex color #363225 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363225 is #C9CDDA. Grayscale: #313131. Windows color (decimal): -13225435 or 2437686. OLE color: 2437686.
HSL color Cylindrical-coordinate representation of color #363225: hue angle of 45.88º degrees, saturation: 0.19, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #363225 is Cyan = 0, Magento = 0.07, Yellow = 0.31 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 50 | 37 | - |
| CMYK | 0 | 0.07 | 0.31 | 0.79 |
| HSL | 45.88º | 0.19% | 0.18% | - |
| HSV(B) | 45.88º | 0.31% | 0.21% | - |
| XYZ | 3 | 3.2 | 2.21 | - |
| YUV | 49.71 | 120.83 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 50 | 37 | 0 | 0.07 | 0.31 | 0.79 | 45.88 | 0.19 | 0.18 |
| Hex | 36 | 32 | 25 | 0 | 7 | 1F | 4F | 2E | 13 | 12 |
| Octal | 66 | 62 | 45 | 0 | 7 | 37 | 117 | 56 | 23 | 22 |
| Binary | 110110 | 110010 | 100101 | 0 | 111 | 11111 | 1001111 | 101110 | 10011 | 10010 |
Color Harmonies of #363225
Complementary color
Monochromatic Colors of #363225
Black with #363225
Text Example
Text Example
White with #363225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363225; }
p { color: rgb(54,50,37); }
H1.HeaderClassName
{
color: #363225;
}
.AnyTagClassName
{
color: #363225;
}
</style>
background-color css
<style>
a { background-color: #363225; }
a { background-color: rgb(54,50,37); }
div.DivClassName
{
background-color: #363225;
}
.BgClassName
{
background-color: #363225;
}
</style>
border-color css
<style>
span { border-color: #363225; }
span { border-color: rgb(54,50,37); }
td.TdClassName
{
border-color: #363225;
}
.TagClassName
{
border-color: #363225;
}
</style>