#373328

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

Shades of Graphite #373328

Tints of Graphite #373328

Color information

#373328 (or 0x373328) is unknown color: approx Graphite. HEX triplet: 37, 33 and 28. RGB value is (55,51,40). Sum of RGB (Red+Green+Blue) = 55+51+40=146 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.67% from 146); Green value is 51 (20.31% from 255 or 34.93% from 146); Blue value is 40 (16.02% from 255 or 27.40% from 146); Max value from RGB is 55 - color contains mainly: red. Hex color #373328 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373328 is #C8CCD7. Grayscale: #323232. Windows color (decimal): -13159640 or 2634551. OLE color: 2634551.

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

Color convert

RGB555140-
CMYK00.070.270.78
HSL44º15.79%18.63%-
HSV(B)44º27.27%21.57%-
XYZ3.143.332.49-
YUV50.94121.83130.89-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 37.67%
GREEN value IS 51 (20.31% from 255) = 34.93%
BLUE value IS 40 (16.02% from 255) = 27.40%
R=37.67%
G=34.93%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.27
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55514000.070.270.784415.7918.63
Hex373328071B4E2c1013
Octal6763500733116542023
Binary11011111001110100001111101110011101011001000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373328; }

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

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

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

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

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

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

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

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