#373115

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

Shades of Graphite #373115

Tints of Graphite #373115

Color information

#373115 (or 0x373115) is unknown color: approx Graphite. HEX triplet: 37, 31 and 15. RGB value is (55,49,21). Sum of RGB (Red+Green+Blue) = 55+49+21=125 (16% of max value = 765). Red value is 55 (21.88% from 255 or 44% from 125); Green value is 49 (19.53% from 255 or 39.2% from 125); Blue value is 21 (8.59% from 255 or 16.8% from 125); Max value from RGB is 55 - color contains mainly: red. Hex color #373115 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #373115 is #C8CEEA. Grayscale: #2F2F2F. Windows color (decimal): -13160171 or 1388855. OLE color: 1388855.

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

Color convert

RGB554921-
CMYK00.110.620.78
HSL49.41º44.74%14.9%-
HSV(B)49.41º61.82%21.57%-
XYZ2.813.061.15-
YUV47.6112.99133.28-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 44%
GREEN value IS 49 (19.53% from 255) = 39.2%
BLUE value IS 21 (8.59% from 255) = 16.8%
R=44%
G=39.2%
B=16.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.62
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55492100.110.620.7849.4144.7414.9
Hex3731150B3E4E312df
Octal67612501376116615517
Binary110111110001101010101111111010011101100011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373115; }

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

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

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

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

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

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

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

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