#371E2B

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

Shades of Toledo #371E2B

Tints of Toledo #371E2B

Color information

#371E2B (or 0x371E2B) is unknown color: approx Toledo. HEX triplet: 37, 1E and 2B. RGB value is (55,30,43). Sum of RGB (Red+Green+Blue) = 55+30+43=128 (16% of max value = 765). Red value is 55 (21.88% from 255 or 42.97% from 128); Green value is 30 (12.11% from 255 or 23.44% from 128); Blue value is 43 (17.19% from 255 or 33.59% from 128); Max value from RGB is 55 - color contains mainly: red. Hex color #371E2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371E2B is #C8E1D4. Grayscale: #262626. Windows color (decimal): -13165013 or 2825783. OLE color: 2825783.

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

Color convert

RGB553043-
CMYK00.450.220.78
HSL328.8º29.41%16.67%-
HSV(B)328.8º45.45%21.57%-
XYZ2.481.922.52-
YUV38.96130.28139.44-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 42.97%
GREEN value IS 30 (12.11% from 255) = 23.44%
BLUE value IS 43 (17.19% from 255) = 33.59%
R=42.97%
G=23.44%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.22
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55304300.450.220.78328.829.4116.67
Hex371E2B02D164E1491d11
Octal673653055261165113521
Binary1101111111010101101011011011010011101010010011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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