#372B31

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

Shades of Toledo #372B31

Tints of Toledo #372B31

Color information

#372B31 (or 0x372B31) is unknown color: approx Toledo. HEX triplet: 37, 2B and 31. RGB value is (55,43,49). Sum of RGB (Red+Green+Blue) = 55+43+49=147 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.41% from 147); Green value is 43 (17.19% from 255 or 29.25% from 147); Blue value is 49 (19.53% from 255 or 33.33% from 147); Max value from RGB is 55 - color contains mainly: red. Hex color #372B31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372B31 is #C8D4CE. Grayscale: #2F2F2F. Windows color (decimal): -13161679 or 3222327. OLE color: 3222327.

HSL color Cylindrical-coordinate representation of color #372B31: hue angle of 330º 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 #372B31 is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.78.

Color convert

RGB554349-
CMYK00.220.110.78
HSL330º12.24%19.22%-
HSV(B)330º21.82%21.57%-
XYZ2.992.763.28-
YUV47.27128.98133.51-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 37.41%
GREEN value IS 43 (17.19% from 255) = 29.25%
BLUE value IS 49 (19.53% from 255) = 33.33%
R=37.41%
G=29.25%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.11
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55434900.220.110.7833012.2419.22
Hex372B31016B4E14ac13
Octal675361026131165121423
Binary11011110101111000101011010111001110101001010110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372B31; }

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

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

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

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

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

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

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

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