#371F2C

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

Shades of Toledo #371F2C

Tints of Toledo #371F2C

Color information

#371F2C (or 0x371F2C) is unknown color: approx Toledo. HEX triplet: 37, 1F and 2C. RGB value is (55,31,44). Sum of RGB (Red+Green+Blue) = 55+31+44=130 (17% of max value = 765). Red value is 55 (21.88% from 255 or 42.31% from 130); Green value is 31 (12.5% from 255 or 23.85% from 130); Blue value is 44 (17.58% from 255 or 33.85% from 130); Max value from RGB is 55 - color contains mainly: red. Hex color #371F2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371F2C is #C8E0D3. Grayscale: #272727. Windows color (decimal): -13164756 or 2891575. OLE color: 2891575.

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

Color convert

RGB553144-
CMYK00.440.20.78
HSL327.5º27.91%16.86%-
HSV(B)327.5º43.64%21.57%-
XYZ2.521.972.63-
YUV39.66130.45138.94-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 42.31%
GREEN value IS 31 (12.5% from 255) = 23.85%
BLUE value IS 44 (17.58% from 255) = 33.85%
R=42.31%
G=23.85%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.2
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55314400.440.20.78327.527.9116.86
Hex371F2C02C144E1481c11
Octal673754054241165103421
Binary1101111111110110001011001010010011101010010001110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371F2C; }

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

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

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

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

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

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

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

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