#373329

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

Shades of Graphite #373329

Tints of Graphite #373329

Color information

#373329 (or 0x373329) is unknown color: approx Graphite. HEX triplet: 37, 33 and 29. RGB value is (55,51,41). Sum of RGB (Red+Green+Blue) = 55+51+41=147 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.41% from 147); Green value is 51 (20.31% from 255 or 34.69% from 147); Blue value is 41 (16.41% from 255 or 27.89% from 147); Max value from RGB is 55 - color contains mainly: red. Hex color #373329 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373329 is #C8CCD6. Grayscale: #333333. Windows color (decimal): -13159639 or 2700087. OLE color: 2700087.

HSL color Cylindrical-coordinate representation of color #373329: hue angle of 42.86º degrees, saturation: 0.15, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #373329 is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.78.

Color convert

RGB555141-
CMYK00.070.250.78
HSL42.86º14.58%18.82%-
HSV(B)42.86º25.45%21.57%-
XYZ3.163.342.58-
YUV51.06122.33130.81-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 37.41%
GREEN value IS 51 (20.31% from 255) = 34.69%
BLUE value IS 41 (16.41% from 255) = 27.89%
R=37.41%
G=34.69%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.25
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55514100.070.250.7842.8614.5818.82
Hex37332907194E2bf13
Octal6763510731116531723
Binary1101111100111010010111110011001110101011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373329; }

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

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

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

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

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

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

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

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