#373219

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

Shades of Graphite #373219

Tints of Graphite #373219

Color information

#373219 (or 0x373219) is unknown color: approx Graphite. HEX triplet: 37, 32 and 19. RGB value is (55,50,25). Sum of RGB (Red+Green+Blue) = 55+50+25=130 (17% of max value = 765). Red value is 55 (21.88% from 255 or 42.31% from 130); Green value is 50 (19.92% from 255 or 38.46% from 130); Blue value is 25 (10.16% from 255 or 19.23% from 130); Max value from RGB is 55 - color contains mainly: red. Hex color #373219 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #373219 is #C8CDE6. Grayscale: #303030. Windows color (decimal): -13159911 or 1651255. OLE color: 1651255.

HSL color Cylindrical-coordinate representation of color #373219: hue angle of 50º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #373219 is Cyan = 0, Magento = 0.09, Yellow = 0.55 and Black (K on CMYK) = 0.78.

Color convert

RGB555025-
CMYK00.090.550.78
HSL50º37.5%15.69%-
HSV(B)50º54.55%21.57%-
XYZ2.893.161.38-
YUV48.64114.66132.53-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 42.31%
GREEN value IS 50 (19.92% from 255) = 38.46%
BLUE value IS 25 (10.16% from 255) = 19.23%
R=42.31%
G=38.46%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.55
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55502500.090.550.785037.515.69
Hex37321909374E322610
Octal67623101167116624620
Binary1101111100101100101001110111100111011001010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373219; }

 p { color: rgb(55,50,25); }

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

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

 a { background-color: rgb(55,50,25); }

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

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

 span { border-color: rgb(55,50,25); }

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