#37352D

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

Shades of Graphite #37352D

Tints of Graphite #37352D

Color information

#37352D (or 0x37352D) is unknown color: approx Graphite. HEX triplet: 37, 35 and 2D. RGB value is (55,53,45). Sum of RGB (Red+Green+Blue) = 55+53+45=153 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.95% from 153); Green value is 53 (21.09% from 255 or 34.64% from 153); Blue value is 45 (17.97% from 255 or 29.41% from 153); Max value from RGB is 55 - color contains mainly: red. Hex color #37352D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37352D is #C8CAD2. Grayscale: #343434. Windows color (decimal): -13159123 or 2962743. OLE color: 2962743.

HSL color Cylindrical-coordinate representation of color #37352D: hue angle of 48º degrees, saturation: 0.1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #37352D is Cyan = 0, Magento = 0.04, Yellow = 0.18 and Black (K on CMYK) = 0.78.

Color convert

RGB555345-
CMYK00.040.180.78
HSL48º10%19.61%-
HSV(B)48º18.18%21.57%-
XYZ3.323.552.99-
YUV52.69123.66129.65-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 35.95%
GREEN value IS 53 (21.09% from 255) = 34.64%
BLUE value IS 45 (17.97% from 255) = 29.41%
R=35.95%
G=34.64%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.18
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55534500.040.180.78481019.61
Hex37352D04124E30a14
Octal6765550422116601224
Binary1101111101011011010100100101001110110000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37352D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37352D; }

 p { color: rgb(55,53,45); }

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

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

 a { background-color: rgb(55,53,45); }

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

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

 span { border-color: rgb(55,53,45); }

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