#37301C

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

Shades of Graphite #37301C

Tints of Graphite #37301C

Color information

#37301C (or 0x37301C) is unknown color: approx Graphite. HEX triplet: 37, 30 and 1C. RGB value is (55,48,28). Sum of RGB (Red+Green+Blue) = 55+48+28=131 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.98% from 131); Green value is 48 (19.14% from 255 or 36.64% from 131); Blue value is 28 (11.33% from 255 or 21.37% from 131); Max value from RGB is 55 - color contains mainly: red. Hex color #37301C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37301C is #C8CFE3. Grayscale: #2F2F2F. Windows color (decimal): -13160420 or 1847351. OLE color: 1847351.

HSL color Cylindrical-coordinate representation of color #37301C: hue angle of 44.44º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #37301C is Cyan = 0, Magento = 0.13, Yellow = 0.49 and Black (K on CMYK) = 0.78.

Color convert

RGB554828-
CMYK00.130.490.78
HSL44.44º32.53%16.27%-
HSV(B)44.44º49.09%21.57%-
XYZ2.843.011.53-
YUV47.81116.82133.13-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 41.98%
GREEN value IS 48 (19.14% from 255) = 36.64%
BLUE value IS 28 (11.33% from 255) = 21.37%
R=41.98%
G=36.64%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.49
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55482800.130.490.7844.4432.5316.27
Hex37301C0D314E2c2110
Octal67603401561116544120
Binary1101111100001110001101110001100111010110010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37301C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37301C; }

 p { color: rgb(55,48,28); }

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

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

 a { background-color: rgb(55,48,28); }

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

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

 span { border-color: rgb(55,48,28); }

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