#37342D

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

Shades of Graphite #37342D

Tints of Graphite #37342D

Color information

#37342D (or 0x37342D) is unknown color: approx Graphite. HEX triplet: 37, 34 and 2D. RGB value is (55,52,45). Sum of RGB (Red+Green+Blue) = 55+52+45=152 (20% of max value = 765). Red value is 55 (21.88% from 255 or 36.18% from 152); Green value is 52 (20.70% from 255 or 34.21% from 152); Blue value is 45 (17.97% from 255 or 29.61% from 152); Max value from RGB is 55 - color contains mainly: red. Hex color #37342D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37342D is #C8CBD2. Grayscale: #343434. Windows color (decimal): -13159379 or 2962487. OLE color: 2962487.

HSL color Cylindrical-coordinate representation of color #37342D: hue angle of 42º 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 #37342D is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.78.

Color convert

RGB555245-
CMYK00.050.180.78
HSL42º10%19.61%-
HSV(B)42º18.18%21.57%-
XYZ3.283.462.98-
YUV52.1123.99130.07-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 36.18%
GREEN value IS 52 (20.70% from 255) = 34.21%
BLUE value IS 45 (17.97% from 255) = 29.61%
R=36.18%
G=34.21%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.18
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55524500.050.180.78421019.61
Hex37342D05124E2aa14
Octal6764550522116521224
Binary1101111101001011010101100101001110101010101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37342D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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