#373529

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

Shades of Graphite #373529

Tints of Graphite #373529

Color information

#373529 (or 0x373529) is unknown color: approx Graphite. HEX triplet: 37, 35 and 29. RGB value is (55,53,41). Sum of RGB (Red+Green+Blue) = 55+53+41=149 (19% of max value = 765). Red value is 55 (21.88% from 255 or 36.91% from 149); Green value is 53 (21.09% from 255 or 35.57% from 149); Blue value is 41 (16.41% from 255 or 27.52% from 149); Max value from RGB is 55 - color contains mainly: red. Hex color #373529 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373529 is #C8CAD6. Grayscale: #343434. Windows color (decimal): -13159127 or 2700599. OLE color: 2700599.

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

Color convert

RGB555341-
CMYK00.040.250.78
HSL51.43º14.58%18.82%-
HSV(B)51.43º25.45%21.57%-
XYZ3.253.522.61-
YUV52.23121.66129.98-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 36.91%
GREEN value IS 53 (21.09% from 255) = 35.57%
BLUE value IS 41 (16.41% from 255) = 27.52%
R=36.91%
G=35.57%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.25
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55534100.040.250.7851.4314.5818.82
Hex37352904194E33f13
Octal6765510431116631723
Binary1101111101011010010100110011001110110011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373529; }

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

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

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

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

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

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

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

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