#373525

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

Shades of Graphite #373525

Tints of Graphite #373525

Color information

#373525 (or 0x373525) is unknown color: approx Graphite. HEX triplet: 37, 35 and 25. RGB value is (55,53,37). Sum of RGB (Red+Green+Blue) = 55+53+37=145 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.93% from 145); Green value is 53 (21.09% from 255 or 36.55% from 145); Blue value is 37 (14.84% from 255 or 25.52% from 145); Max value from RGB is 55 - color contains mainly: red. Hex color #373525 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373525 is #C8CADA. Grayscale: #333333. Windows color (decimal): -13159131 or 2438455. OLE color: 2438455.

HSL color Cylindrical-coordinate representation of color #373525: hue angle of 53.33º degrees, saturation: 0.2, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #373525 is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.78.

Color convert

RGB555337-
CMYK00.040.330.78
HSL53.33º19.57%18.04%-
HSV(B)53.33º32.73%21.57%-
XYZ3.183.492.26-
YUV51.77119.66130.3-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 37.93%
GREEN value IS 53 (21.09% from 255) = 36.55%
BLUE value IS 37 (14.84% from 255) = 25.52%
R=37.93%
G=36.55%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.33
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55533700.040.330.7853.3319.5718.04
Hex37352504214E351412
Octal6765450441116652422
Binary110111110101100101010010000110011101101011010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373525; }

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

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

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

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

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

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

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

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