#373122

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

Shades of Graphite #373122

Tints of Graphite #373122

Color information

#373122 (or 0x373122) is unknown color: approx Graphite. HEX triplet: 37, 31 and 22. RGB value is (55,49,34). Sum of RGB (Red+Green+Blue) = 55+49+34=138 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.86% from 138); Green value is 49 (19.53% from 255 or 35.51% from 138); Blue value is 34 (13.67% from 255 or 24.64% from 138); Max value from RGB is 55 - color contains mainly: red. Hex color #373122 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373122 is #C8CEDD. Grayscale: #313131. Windows color (decimal): -13160158 or 2240823. OLE color: 2240823.

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

Color convert

RGB554934-
CMYK00.110.380.78
HSL42.86º23.6%17.45%-
HSV(B)42.86º38.18%21.57%-
XYZ2.963.121.96-
YUV49.08119.49132.22-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 39.86%
GREEN value IS 49 (19.53% from 255) = 35.51%
BLUE value IS 34 (13.67% from 255) = 24.64%
R=39.86%
G=35.51%
B=24.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.38
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55493400.110.380.7842.8623.617.45
Hex3731220B264E2b1811
Octal67614201346116533021
Binary1101111100011000100101110011010011101010111100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373122; }

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

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

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

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

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

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

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

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