#373123

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

Shades of Graphite #373123

Tints of Graphite #373123

Color information

#373123 (or 0x373123) is unknown color: approx Graphite. HEX triplet: 37, 31 and 23. RGB value is (55,49,35). Sum of RGB (Red+Green+Blue) = 55+49+35=139 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.57% from 139); Green value is 49 (19.53% from 255 or 35.25% from 139); Blue value is 35 (14.06% from 255 or 25.18% from 139); Max value from RGB is 55 - color contains mainly: red. Hex color #373123 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373123 is #C8CEDC. Grayscale: #313131. Windows color (decimal): -13160157 or 2306359. OLE color: 2306359.

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

Color convert

RGB554935-
CMYK00.110.360.78
HSL42º22.22%17.65%-
HSV(B)42º36.36%21.57%-
XYZ2.983.132.04-
YUV49.2119.99132.14-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 39.57%
GREEN value IS 49 (19.53% from 255) = 35.25%
BLUE value IS 35 (14.06% from 255) = 25.18%
R=39.57%
G=35.25%
B=25.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.36
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55493500.110.360.784222.2217.65
Hex3731230B244E2a1612
Octal67614301344116522622
Binary1101111100011000110101110010010011101010101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373123; }

 p { color: rgb(55,49,35); }

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

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

 a { background-color: rgb(55,49,35); }

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

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

 span { border-color: rgb(55,49,35); }

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