#331E27

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

Shades of Toledo #331E27

Tints of Toledo #331E27

Color information

#331E27 (or 0x331E27) is unknown color: approx Toledo. HEX triplet: 33, 1E and 27. RGB value is (51,30,39). Sum of RGB (Red+Green+Blue) = 51+30+39=120 (15% of max value = 765). Red value is 51 (20.31% from 255 or 42.5% from 120); Green value is 30 (12.11% from 255 or 25% from 120); Blue value is 39 (15.62% from 255 or 32.5% from 120); Max value from RGB is 51 - color contains mainly: red. Hex color #331E27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331E27 is #CCE1D8. Grayscale: #252525. Windows color (decimal): -13427161 or 2563635. OLE color: 2563635.

HSL color Cylindrical-coordinate representation of color #331E27: hue angle of 334.29º degrees, saturation: 0.26, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #331E27 is Cyan = 0, Magento = 0.41, Yellow = 0.24 and Black (K on CMYK) = 0.8.

Color convert

RGB513039-
CMYK00.410.240.8
HSL334.29º25.93%15.88%-
HSV(B)334.29º41.18%20%-
XYZ2.21.782.15-
YUV37.3128.96137.77-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 42.5%
GREEN value IS 30 (12.11% from 255) = 25%
BLUE value IS 39 (15.62% from 255) = 32.5%
R=42.5%
G=25%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.24
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51303900.410.240.8334.2925.9315.88
Hex331E27029185014e1a10
Octal633647051301205163220
Binary1100111111010011101010011100010100001010011101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331E27; }

 p { color: rgb(51,30,39); }

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

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

 a { background-color: rgb(51,30,39); }

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

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

 span { border-color: rgb(51,30,39); }

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