Shades of Graphite #363530
Tints of Graphite #363530
RGB
CMYK
RGB Variations
Color information
#363530 (or 0x363530) is known color: Graphite. HEX triplet: 36, 35 and 30. RGB value is (54,53,48). Sum of RGB (Red+Green+Blue) = 54+53+48=155 (20% of max value = 765). Red value is 54 (21.48% from 255 or 34.84% from 155); Green value is 53 (21.09% from 255 or 34.19% from 155); Blue value is 48 (19.14% from 255 or 30.97% from 155); Max value from RGB is 54 - color contains mainly: red. Hex color #363530 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363530 is #C9CACF. Grayscale: #343434. Windows color (decimal): -13224656 or 3159350. OLE color: 3159350.
HSL color Cylindrical-coordinate representation of color #363530: hue angle of 50º degrees, saturation: 0.06, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #363530 is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 53 | 48 | - |
| CMYK | 0 | 0.02 | 0.11 | 0.79 |
| HSL | 50º | 0.06% | 0.2% | - |
| HSV(B) | 50º | 0.11% | 0.21% | - |
| XYZ | 3.33 | 3.54 | 3.3 | - |
| YUV | 52.73 | 125.33 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 53 | 48 | 0 | 0.02 | 0.11 | 0.79 | 50 | 0.06 | 0.2 |
| Hex | 36 | 35 | 30 | 0 | 2 | B | 4F | 32 | 6 | 14 |
| Octal | 66 | 65 | 60 | 0 | 2 | 13 | 117 | 62 | 6 | 24 |
| Binary | 110110 | 110101 | 110000 | 0 | 10 | 1011 | 1001111 | 110010 | 110 | 10100 |
Color Harmonies of #363530
Complementary color
Monochromatic Colors of #363530
Black with #363530
Text Example
Text Example
White with #363530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363530; }
p { color: rgb(54,53,48); }
H1.HeaderClassName
{
color: #363530;
}
.AnyTagClassName
{
color: #363530;
}
</style>
background-color css
<style>
a { background-color: #363530; }
a { background-color: rgb(54,53,48); }
div.DivClassName
{
background-color: #363530;
}
.BgClassName
{
background-color: #363530;
}
</style>
border-color css
<style>
span { border-color: #363530; }
span { border-color: rgb(54,53,48); }
td.TdClassName
{
border-color: #363530;
}
.TagClassName
{
border-color: #363530;
}
</style>