#37202C

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

Shades of Toledo #37202C

Tints of Toledo #37202C

Color information

#37202C (or 0x37202C) is unknown color: approx Toledo. HEX triplet: 37, 20 and 2C. RGB value is (55,32,44). Sum of RGB (Red+Green+Blue) = 55+32+44=131 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.98% from 131); Green value is 32 (12.89% from 255 or 24.43% from 131); Blue value is 44 (17.58% from 255 or 33.59% from 131); Max value from RGB is 55 - color contains mainly: red. Hex color #37202C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37202C is #C8DFD3. Grayscale: #282828. Windows color (decimal): -13164500 or 2891831. OLE color: 2891831.

HSL color Cylindrical-coordinate representation of color #37202C: hue angle of 328.7º degrees, saturation: 0.26, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #37202C is Cyan = 0, Magento = 0.42, Yellow = 0.2 and Black (K on CMYK) = 0.78.

Color convert

RGB553244-
CMYK00.420.20.78
HSL328.7º26.44%17.06%-
HSV(B)328.7º41.82%21.57%-
XYZ2.552.032.64-
YUV40.24130.12138.52-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 41.98%
GREEN value IS 32 (12.89% from 255) = 24.43%
BLUE value IS 44 (17.58% from 255) = 33.59%
R=41.98%
G=24.43%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.2
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55324400.420.20.78328.726.4417.06
Hex37202C02A144E1491a11
Octal674054052241165113221
Binary11011110000010110001010101010010011101010010011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37202C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,32,44); }

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

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

 a { background-color: rgb(55,32,44); }

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

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

 span { border-color: rgb(55,32,44); }

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