#363120

Color #363120 Graphite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Graphite #363120

Tints of Graphite #363120

Color information

#363120 (or 0x363120) is unknown color: approx Graphite. HEX triplet: 36, 31 and 20. RGB value is (54,49,32). Sum of RGB (Red+Green+Blue) = 54+49+32=135 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40% from 135); Green value is 49 (19.53% from 255 or 36.30% from 135); Blue value is 32 (12.89% from 255 or 23.70% from 135); Max value from RGB is 54 - color contains mainly: red. Hex color #363120 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363120 is #C9CEDF. Grayscale: #303030. Windows color (decimal): -13225696 or 2109750. OLE color: 2109750.

HSL color Cylindrical-coordinate representation of color #363120: hue angle of 46.36º degrees, saturation: 0.26, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #363120 is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.79.

Color convert

RGB544932-
CMYK00.090.410.79
HSL46.36º25.58%16.86%-
HSV(B)46.36º40.74%21.18%-
XYZ2.883.091.81-
YUV48.56118.66131.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 54 (21.48% from 255) = 40%
GREEN value IS 49 (19.53% from 255) = 36.30%
BLUE value IS 32 (12.89% from 255) = 23.70%
R=40%
G=36.30%
B=23.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.41
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54493200.090.410.7946.3625.5816.86
Hex36312009294F2e1a11
Octal66614001151117563221
Binary1101101100011000000100110100110011111011101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363120; }

 p { color: rgb(54,49,32); }

 H1.HeaderClassName
 {
   color: #363120;
 }
 .AnyTagClassName
 {
   color: #363120;
 }
</style>
background-color css

<style>
 a { background-color: #363120; }

 a { background-color: rgb(54,49,32); }

 div.DivClassName
 {
   background-color: #363120;
 }
 .BgClassName
 {
   background-color: #363120;
 }
</style>
border-color css

<style>
 span { border-color: #363120; }

 span { border-color: rgb(54,49,32); }

 td.TdClassName
 {
   border-color: #363120;
 }
 .TagClassName
 {
   border-color: #363120;
 }
</style>