#372029

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

Shades of Toledo #372029

Tints of Toledo #372029

Color information

#372029 (or 0x372029) is unknown color: approx Toledo. HEX triplet: 37, 20 and 29. RGB value is (55,32,41). Sum of RGB (Red+Green+Blue) = 55+32+41=128 (16% of max value = 765). Red value is 55 (21.88% from 255 or 42.97% from 128); Green value is 32 (12.89% from 255 or 25% from 128); Blue value is 41 (16.41% from 255 or 32.03% from 128); Max value from RGB is 55 - color contains mainly: red. Hex color #372029 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372029 is #C8DFD6. Grayscale: #272727. Windows color (decimal): -13164503 or 2695223. OLE color: 2695223.

HSL color Cylindrical-coordinate representation of color #372029: hue angle of 336.52º 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 #372029 is Cyan = 0, Magento = 0.42, Yellow = 0.25 and Black (K on CMYK) = 0.78.

Color convert

RGB553241-
CMYK00.420.250.78
HSL336.52º26.44%17.06%-
HSV(B)336.52º41.82%21.57%-
XYZ2.492.012.35-
YUV39.9128.62138.77-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 42.97%
GREEN value IS 32 (12.89% from 255) = 25%
BLUE value IS 41 (16.41% from 255) = 32.03%
R=42.97%
G=25%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.25
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55324100.420.250.78336.5226.4417.06
Hex37202902A194E1511a11
Octal674051052311165213221
Binary11011110000010100101010101100110011101010100011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372029; }

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

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

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

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

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

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

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

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