#373428

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

Shades of Graphite #373428

Tints of Graphite #373428

Color information

#373428 (or 0x373428) is unknown color: approx Graphite. HEX triplet: 37, 34 and 28. RGB value is (55,52,40). Sum of RGB (Red+Green+Blue) = 55+52+40=147 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.41% from 147); Green value is 52 (20.70% from 255 or 35.37% from 147); Blue value is 40 (16.02% from 255 or 27.21% from 147); Max value from RGB is 55 - color contains mainly: red. Hex color #373428 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373428 is #C8CBD7. Grayscale: #333333. Windows color (decimal): -13159384 or 2634807. OLE color: 2634807.

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

Color convert

RGB555240-
CMYK00.050.270.78
HSL48º15.79%18.63%-
HSV(B)48º27.27%21.57%-
XYZ3.193.422.5-
YUV51.53121.49130.48-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 37.41%
GREEN value IS 52 (20.70% from 255) = 35.37%
BLUE value IS 40 (16.02% from 255) = 27.21%
R=37.41%
G=35.37%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.27
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55524000.050.270.784815.7918.63
Hex373428051B4E301013
Octal6764500533116602023
Binary11011111010010100001011101110011101100001000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373428; }

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

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

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

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

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

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

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

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