Shades of Graphite #363123
Tints of Graphite #363123
RGB
CMYK
RGB Variations
Color information
#363123 (or 0x363123) is known color: Graphite. HEX triplet: 36, 31 and 23. RGB value is (54,49,35). Sum of RGB (Red+Green+Blue) = 54+49+35=138 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.13% from 138); Green value is 49 (19.53% from 255 or 35.51% from 138); Blue value is 35 (14.06% from 255 or 25.36% from 138); Max value from RGB is 54 - color contains mainly: red. Hex color #363123 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363123 is #C9CEDC. Grayscale: #303030. Windows color (decimal): -13225693 or 2306358. OLE color: 2306358.
HSL color Cylindrical-coordinate representation of color #363123: hue angle of 44.21º 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 #363123 is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 49 | 35 | - |
| CMYK | 0 | 0.09 | 0.35 | 0.79 |
| HSL | 44.21º | 0.21% | 0.17% | - |
| HSV(B) | 44.21º | 0.35% | 0.21% | - |
| XYZ | 2.92 | 3.1 | 2.03 | - |
| YUV | 48.9 | 120.16 | 131.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 49 | 35 | 0 | 0.09 | 0.35 | 0.79 | 44.21 | 0.21 | 0.17 |
| Hex | 36 | 31 | 23 | 0 | 9 | 23 | 4F | 2C | 15 | 11 |
| Octal | 66 | 61 | 43 | 0 | 11 | 43 | 117 | 54 | 25 | 21 |
| Binary | 110110 | 110001 | 100011 | 0 | 1001 | 100011 | 1001111 | 101100 | 10101 | 10001 |
Color Harmonies of #363123
Complementary color
Monochromatic Colors of #363123
Black with #363123
Text Example
Text Example
White with #363123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363123; }
p { color: rgb(54,49,35); }
H1.HeaderClassName
{
color: #363123;
}
.AnyTagClassName
{
color: #363123;
}
</style>
background-color css
<style>
a { background-color: #363123; }
a { background-color: rgb(54,49,35); }
div.DivClassName
{
background-color: #363123;
}
.BgClassName
{
background-color: #363123;
}
</style>
border-color css
<style>
span { border-color: #363123; }
span { border-color: rgb(54,49,35); }
td.TdClassName
{
border-color: #363123;
}
.TagClassName
{
border-color: #363123;
}
</style>