#372129

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

Shades of Toledo #372129

Tints of Toledo #372129

Color information

#372129 (or 0x372129) is unknown color: approx Toledo. HEX triplet: 37, 21 and 29. RGB value is (55,33,41). Sum of RGB (Red+Green+Blue) = 55+33+41=129 (17% of max value = 765). Red value is 55 (21.88% from 255 or 42.64% from 129); Green value is 33 (13.28% from 255 or 25.58% from 129); Blue value is 41 (16.41% from 255 or 31.78% from 129); Max value from RGB is 55 - color contains mainly: red. Hex color #372129 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372129 is #C8DED6. Grayscale: #282828. Windows color (decimal): -13164247 or 2695479. OLE color: 2695479.

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

Color convert

RGB553341-
CMYK00.40.250.78
HSL338.18º25%17.25%-
HSV(B)338.18º40%21.57%-
XYZ2.522.062.36-
YUV40.49128.29138.35-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 42.64%
GREEN value IS 33 (13.28% from 255) = 25.58%
BLUE value IS 41 (16.41% from 255) = 31.78%
R=42.64%
G=25.58%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.25
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55334100.40.250.78338.182517.25
Hex372129028194E1521911
Octal674151050311165223121
Binary11011110000110100101010001100110011101010100101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372129; }

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

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

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

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

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

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

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

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