#363429

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

Shades of Graphite #363429

Tints of Graphite #363429

Color information

#363429 (or 0x363429) is unknown color: approx Graphite. HEX triplet: 36, 34 and 29. RGB value is (54,52,41). Sum of RGB (Red+Green+Blue) = 54+52+41=147 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.73% from 147); Green value is 52 (20.70% from 255 or 35.37% from 147); Blue value is 41 (16.41% from 255 or 27.89% from 147); Max value from RGB is 54 - color contains mainly: red. Hex color #363429 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363429 is #C9CBD6. Grayscale: #333333. Windows color (decimal): -13224919 or 2700342. OLE color: 2700342.

HSL color Cylindrical-coordinate representation of color #363429: hue angle of 50.77º 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 #363429 is Cyan = 0, Magento = 0.04, Yellow = 0.24 and Black (K on CMYK) = 0.79.

Color convert

RGB545241-
CMYK00.040.240.79
HSL50.77º13.68%18.63%-
HSV(B)50.77º24.07%21.18%-
XYZ3.153.42.59-
YUV51.34122.16129.89-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 36.73%
GREEN value IS 52 (20.70% from 255) = 35.37%
BLUE value IS 41 (16.41% from 255) = 27.89%
R=36.73%
G=35.37%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.24
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54524100.040.240.7950.7713.6818.63
Hex36342904184F33e13
Octal6664510430117631623
Binary1101101101001010010100110001001111110011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363429; }

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

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

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

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

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

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

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

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