#371D2A

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

Shades of Toledo #371D2A

Tints of Toledo #371D2A

Color information

#371D2A (or 0x371D2A) is unknown color: approx Toledo. HEX triplet: 37, 1D and 2A. RGB value is (55,29,42). Sum of RGB (Red+Green+Blue) = 55+29+42=126 (16% of max value = 765). Red value is 55 (21.88% from 255 or 43.65% from 126); Green value is 29 (11.72% from 255 or 23.02% from 126); Blue value is 42 (16.80% from 255 or 33.33% from 126); Max value from RGB is 55 - color contains mainly: red. Hex color #371D2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371D2A is #C8E2D5. Grayscale: #262626. Windows color (decimal): -13165270 or 2759991. OLE color: 2759991.

HSL color Cylindrical-coordinate representation of color #371D2A: hue angle of 330º degrees, saturation: 0.31, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #371D2A is Cyan = 0, Magento = 0.47, Yellow = 0.24 and Black (K on CMYK) = 0.78.

Color convert

RGB552942-
CMYK00.470.240.78
HSL330º30.95%16.47%-
HSV(B)330º47.27%21.57%-
XYZ2.431.862.42-
YUV38.26130.11139.94-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 43.65%
GREEN value IS 29 (11.72% from 255) = 23.02%
BLUE value IS 42 (16.80% from 255) = 33.33%
R=43.65%
G=23.02%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.24
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55294200.470.240.7833030.9516.47
Hex371D2A02F184E14a1f10
Octal673552057301165123720
Binary1101111110110101001011111100010011101010010101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,29,42); }

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

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

 a { background-color: rgb(55,29,42); }

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

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

 span { border-color: rgb(55,29,42); }

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