#373425

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

Shades of Graphite #373425

Tints of Graphite #373425

Color information

#373425 (or 0x373425) is unknown color: approx Graphite. HEX triplet: 37, 34 and 25. RGB value is (55,52,37). Sum of RGB (Red+Green+Blue) = 55+52+37=144 (19% of max value = 765). Red value is 55 (21.88% from 255 or 38.19% from 144); Green value is 52 (20.70% from 255 or 36.11% from 144); Blue value is 37 (14.84% from 255 or 25.69% from 144); Max value from RGB is 55 - color contains mainly: red. Hex color #373425 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373425 is #C8CBDA. Grayscale: #333333. Windows color (decimal): -13159387 or 2438199. OLE color: 2438199.

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

Color convert

RGB555237-
CMYK00.050.330.78
HSL50º19.57%18.04%-
HSV(B)50º32.73%21.57%-
XYZ3.143.42.24-
YUV51.19119.99130.72-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 38.19%
GREEN value IS 52 (20.70% from 255) = 36.11%
BLUE value IS 37 (14.84% from 255) = 25.69%
R=38.19%
G=36.11%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.33
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55523700.050.330.785019.5718.04
Hex37342505214E321412
Octal6764450541116622422
Binary110111110100100101010110000110011101100101010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373425; }

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

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

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

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

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

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

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

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