#3E2230

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

Shades of Toledo #3E2230

Tints of Toledo #3E2230

Color information

#3E2230 (or 0x3E2230) is unknown color: approx Toledo. HEX triplet: 3E, 22 and 30. RGB value is (62,34,48). Sum of RGB (Red+Green+Blue) = 62+34+48=144 (19% of max value = 765). Red value is 62 (24.61% from 255 or 43.06% from 144); Green value is 34 (13.67% from 255 or 23.61% from 144); Blue value is 48 (19.14% from 255 or 33.33% from 144); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2230 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2230 is #C1DDCF. Grayscale: #2B2B2B. Windows color (decimal): -12705232 or 3154494. OLE color: 3154494.

HSL color Cylindrical-coordinate representation of color #3E2230: hue angle of 330º degrees, saturation: 0.29, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3E2230 is Cyan = 0, Magento = 0.45, Yellow = 0.23 and Black (K on CMYK) = 0.76.

Color convert

RGB623448-
CMYK00.450.230.76
HSL330º29.17%18.82%-
HSV(B)330º45.16%24.31%-
XYZ3.092.383.09-
YUV43.97130.28140.86-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 43.06%
GREEN value IS 34 (13.67% from 255) = 23.61%
BLUE value IS 48 (19.14% from 255) = 33.33%
R=43.06%
G=23.61%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.23
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62344800.450.230.7633029.1718.82
Hex3E223002D174C14a1d13
Octal764260055271145123523
Binary11111010001011000001011011011110011001010010101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E2230; }

 p { color: rgb(62,34,48); }

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

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

 a { background-color: rgb(62,34,48); }

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

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

 span { border-color: rgb(62,34,48); }

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