#37331E

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

Shades of Graphite #37331E

Tints of Graphite #37331E

Color information

#37331E (or 0x37331E) is unknown color: approx Graphite. HEX triplet: 37, 33 and 1E. RGB value is (55,51,30). Sum of RGB (Red+Green+Blue) = 55+51+30=136 (18% of max value = 765). Red value is 55 (21.88% from 255 or 40.44% from 136); Green value is 51 (20.31% from 255 or 37.5% from 136); Blue value is 30 (12.11% from 255 or 22.06% from 136); Max value from RGB is 55 - color contains mainly: red. Hex color #37331E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37331E is #C8CCE1. Grayscale: #313131. Windows color (decimal): -13159650 or 1979191. OLE color: 1979191.

HSL color Cylindrical-coordinate representation of color #37331E: hue angle of 50.4º degrees, saturation: 0.29, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #37331E is Cyan = 0, Magento = 0.07, Yellow = 0.45 and Black (K on CMYK) = 0.78.

Color convert

RGB555130-
CMYK00.070.450.78
HSL50.4º29.41%16.67%-
HSV(B)50.4º45.45%21.57%-
XYZ2.993.271.7-
YUV49.8116.83131.71-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 40.44%
GREEN value IS 51 (20.31% from 255) = 37.5%
BLUE value IS 30 (12.11% from 255) = 22.06%
R=40.44%
G=37.5%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.45
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55513000.070.450.7850.429.4116.67
Hex37331E072D4E321d11
Octal6763360755116623521
Binary11011111001111110011110110110011101100101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37331E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37331E; }

 p { color: rgb(55,51,30); }

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

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

 a { background-color: rgb(55,51,30); }

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

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

 span { border-color: rgb(55,51,30); }

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