#373116

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

Shades of Graphite #373116

Tints of Graphite #373116

Color information

#373116 (or 0x373116) is unknown color: approx Graphite. HEX triplet: 37, 31 and 16. RGB value is (55,49,22). Sum of RGB (Red+Green+Blue) = 55+49+22=126 (16% of max value = 765). Red value is 55 (21.88% from 255 or 43.65% from 126); Green value is 49 (19.53% from 255 or 38.89% from 126); Blue value is 22 (8.98% from 255 or 17.46% from 126); Max value from RGB is 55 - color contains mainly: red. Hex color #373116 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #373116 is #C8CEE9. Grayscale: #2F2F2F. Windows color (decimal): -13160170 or 1454391. OLE color: 1454391.

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

Color convert

RGB554922-
CMYK00.110.60.78
HSL49.09º42.86%15.1%-
HSV(B)49.09º60%21.57%-
XYZ2.823.071.2-
YUV47.72113.49133.2-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 43.65%
GREEN value IS 49 (19.53% from 255) = 38.89%
BLUE value IS 22 (8.98% from 255) = 17.46%
R=43.65%
G=38.89%
B=17.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.6
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55492200.110.60.7849.0942.8615.1
Hex3731160B3C4E312bf
Octal67612601374116615317
Binary110111110001101100101111110010011101100011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373116; }

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

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

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

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

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

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

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

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