#373426

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

Shades of Graphite #373426

Tints of Graphite #373426

Color information

#373426 (or 0x373426) is unknown color: approx Graphite. HEX triplet: 37, 34 and 26. RGB value is (55,52,38). Sum of RGB (Red+Green+Blue) = 55+52+38=145 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.93% from 145); Green value is 52 (20.70% from 255 or 35.86% from 145); Blue value is 38 (15.23% from 255 or 26.21% from 145); Max value from RGB is 55 - color contains mainly: red. Hex color #373426 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373426 is #C8CBD9. Grayscale: #333333. Windows color (decimal): -13159386 or 2503735. OLE color: 2503735.

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

Color convert

RGB555238-
CMYK00.050.310.78
HSL49.41º18.28%18.24%-
HSV(B)49.41º30.91%21.57%-
XYZ3.153.412.33-
YUV51.3120.49130.64-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 37.93%
GREEN value IS 52 (20.70% from 255) = 35.86%
BLUE value IS 38 (15.23% from 255) = 26.21%
R=37.93%
G=35.86%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.31
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55523800.050.310.7849.4118.2818.24
Hex373426051F4E311212
Octal6764460537116612222
Binary11011111010010011001011111110011101100011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373426; }

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

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

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

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

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

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

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

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