Shades of Graphite #363223
Tints of Graphite #363223
RGB
CMYK
RGB Variations
Color information
#363223 (or 0x363223) is known color: Graphite. HEX triplet: 36, 32 and 23. RGB value is (54,50,35). Sum of RGB (Red+Green+Blue) = 54+50+35=139 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.85% from 139); Green value is 50 (19.92% from 255 or 35.97% from 139); Blue value is 35 (14.06% from 255 or 25.18% from 139); Max value from RGB is 54 - color contains mainly: red. Hex color #363223 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363223 is #C9CDDC. Grayscale: #313131. Windows color (decimal): -13225437 or 2306614. OLE color: 2306614.
HSL color Cylindrical-coordinate representation of color #363223: hue angle of 47.37º degrees, saturation: 0.21, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #363223 is Cyan = 0, Magento = 0.07, Yellow = 0.35 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 50 | 35 | - |
| CMYK | 0 | 0.07 | 0.35 | 0.79 |
| HSL | 47.37º | 0.21% | 0.17% | - |
| HSV(B) | 47.37º | 0.35% | 0.21% | - |
| XYZ | 2.97 | 3.19 | 2.05 | - |
| YUV | 49.49 | 119.83 | 131.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 50 | 35 | 0 | 0.07 | 0.35 | 0.79 | 47.37 | 0.21 | 0.17 |
| Hex | 36 | 32 | 23 | 0 | 7 | 23 | 4F | 2F | 15 | 11 |
| Octal | 66 | 62 | 43 | 0 | 7 | 43 | 117 | 57 | 25 | 21 |
| Binary | 110110 | 110010 | 100011 | 0 | 111 | 100011 | 1001111 | 101111 | 10101 | 10001 |
Color Harmonies of #363223
Complementary color
Monochromatic Colors of #363223
Black with #363223
Text Example
Text Example
White with #363223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363223; }
p { color: rgb(54,50,35); }
H1.HeaderClassName
{
color: #363223;
}
.AnyTagClassName
{
color: #363223;
}
</style>
background-color css
<style>
a { background-color: #363223; }
a { background-color: rgb(54,50,35); }
div.DivClassName
{
background-color: #363223;
}
.BgClassName
{
background-color: #363223;
}
</style>
border-color css
<style>
span { border-color: #363223; }
span { border-color: rgb(54,50,35); }
td.TdClassName
{
border-color: #363223;
}
.TagClassName
{
border-color: #363223;
}
</style>