#372C30

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

Shades of Toledo #372C30

Tints of Toledo #372C30

Color information

#372C30 (or 0x372C30) is unknown color: approx Toledo. HEX triplet: 37, 2C and 30. RGB value is (55,44,48). Sum of RGB (Red+Green+Blue) = 55+44+48=147 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.41% from 147); Green value is 44 (17.58% from 255 or 29.93% from 147); Blue value is 48 (19.14% from 255 or 32.65% from 147); Max value from RGB is 55 - color contains mainly: red. Hex color #372C30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372C30 is #C8D3CF. Grayscale: #2F2F2F. Windows color (decimal): -13161424 or 3157047. OLE color: 3157047.

HSL color Cylindrical-coordinate representation of color #372C30: hue angle of 338.18º degrees, saturation: 0.11, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #372C30 is Cyan = 0, Magento = 0.2, Yellow = 0.13 and Black (K on CMYK) = 0.78.

Color convert

RGB554448-
CMYK00.20.130.78
HSL338.18º11.11%19.41%-
HSV(B)338.18º20%21.57%-
XYZ3.012.833.18-
YUV47.74128.14133.17-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 37.41%
GREEN value IS 44 (17.58% from 255) = 29.93%
BLUE value IS 48 (19.14% from 255) = 32.65%
R=37.41%
G=29.93%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.13
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55444800.20.130.78338.1811.1119.41
Hex372C30014D4E152b13
Octal675460024151165221323
Binary11011110110011000001010011011001110101010010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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