#363329

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

Shades of Graphite #363329

Tints of Graphite #363329

Color information

#363329 (or 0x363329) is unknown color: approx Graphite. HEX triplet: 36, 33 and 29. RGB value is (54,51,41). Sum of RGB (Red+Green+Blue) = 54+51+41=146 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.99% from 146); Green value is 51 (20.31% from 255 or 34.93% from 146); Blue value is 41 (16.41% from 255 or 28.08% from 146); Max value from RGB is 54 - color contains mainly: red. Hex color #363329 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363329 is #C9CCD6. Grayscale: #323232. Windows color (decimal): -13225175 or 2700086. OLE color: 2700086.

HSL color Cylindrical-coordinate representation of color #363329: hue angle of 46.15º degrees, saturation: 0.14, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #363329 is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.79.

Color convert

RGB545141-
CMYK00.060.240.79
HSL46.15º13.68%18.63%-
HSV(B)46.15º24.07%21.18%-
XYZ3.113.312.57-
YUV50.76122.49130.31-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 36.99%
GREEN value IS 51 (20.31% from 255) = 34.93%
BLUE value IS 41 (16.41% from 255) = 28.08%
R=36.99%
G=34.93%
B=28.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.24
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54514100.060.240.7946.1513.6818.63
Hex36332906184F2ee13
Octal6663510630117561623
Binary1101101100111010010110110001001111101110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363329; }

 p { color: rgb(54,51,41); }

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

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

 a { background-color: rgb(54,51,41); }

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

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

 span { border-color: rgb(54,51,41); }

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