#37342B

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

Shades of Graphite #37342B

Tints of Graphite #37342B

Color information

#37342B (or 0x37342B) is unknown color: approx Graphite. HEX triplet: 37, 34 and 2B. RGB value is (55,52,43). Sum of RGB (Red+Green+Blue) = 55+52+43=150 (19% of max value = 765). Red value is 55 (21.88% from 255 or 36.67% from 150); Green value is 52 (20.70% from 255 or 34.67% from 150); Blue value is 43 (17.19% from 255 or 28.67% from 150); Max value from RGB is 55 - color contains mainly: red. Hex color #37342B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37342B is #C8CBD4. Grayscale: #333333. Windows color (decimal): -13159381 or 2831415. OLE color: 2831415.

HSL color Cylindrical-coordinate representation of color #37342B: hue angle of 45º degrees, saturation: 0.12, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #37342B is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.78.

Color convert

RGB555243-
CMYK00.050.220.78
HSL45º12.24%19.22%-
HSV(B)45º21.82%21.57%-
XYZ3.243.442.78-
YUV51.87122.99130.23-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 36.67%
GREEN value IS 52 (20.70% from 255) = 34.67%
BLUE value IS 43 (17.19% from 255) = 28.67%
R=36.67%
G=34.67%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.22
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55524300.050.220.784512.2419.22
Hex37342B05164E2dc13
Octal6764530526116551423
Binary1101111101001010110101101101001110101101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37342B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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