#331E26

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

Shades of Toledo #331E26

Tints of Toledo #331E26

Color information

#331E26 (or 0x331E26) is unknown color: approx Toledo. HEX triplet: 33, 1E and 26. RGB value is (51,30,38). Sum of RGB (Red+Green+Blue) = 51+30+38=119 (15% of max value = 765). Red value is 51 (20.31% from 255 or 42.86% from 119); Green value is 30 (12.11% from 255 or 25.21% from 119); Blue value is 38 (15.23% from 255 or 31.93% from 119); Max value from RGB is 51 - color contains mainly: red. Hex color #331E26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331E26 is #CCE1D9. Grayscale: #252525. Windows color (decimal): -13427162 or 2498099. OLE color: 2498099.

HSL color Cylindrical-coordinate representation of color #331E26: hue angle of 337.14º 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 #331E26 is Cyan = 0, Magento = 0.41, Yellow = 0.25 and Black (K on CMYK) = 0.8.

Color convert

RGB513038-
CMYK00.410.250.8
HSL337.14º25.93%15.88%-
HSV(B)337.14º41.18%20%-
XYZ2.181.772.06-
YUV37.19128.46137.85-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 42.86%
GREEN value IS 30 (12.11% from 255) = 25.21%
BLUE value IS 38 (15.23% from 255) = 31.93%
R=42.86%
G=25.21%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.25
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51303800.410.250.8337.1425.9315.88
Hex331E2602919501511a10
Octal633646051311205213220
Binary1100111111010011001010011100110100001010100011101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331E26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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