#341F29

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

Shades of Toledo #341F29

Tints of Toledo #341F29

Color information

#341F29 (or 0x341F29) is unknown color: approx Toledo. HEX triplet: 34, 1F and 29. RGB value is (52,31,41). Sum of RGB (Red+Green+Blue) = 52+31+41=124 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.94% from 124); Green value is 31 (12.5% from 255 or 25% from 124); Blue value is 41 (16.41% from 255 or 33.06% from 124); Max value from RGB is 52 - color contains mainly: red. Hex color #341F29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341F29 is #CBE0D6. Grayscale: #262626. Windows color (decimal): -13361367 or 2694964. OLE color: 2694964.

HSL color Cylindrical-coordinate representation of color #341F29: hue angle of 331.43º degrees, saturation: 0.25, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #341F29 is Cyan = 0, Magento = 0.40, Yellow = 0.21 and Black (K on CMYK) = 0.80.

Color convert

RGB523141-
CMYK00.400.210.80
HSL331.43º25.3%16.27%-
HSV(B)331.43º40.38%20.39%-
XYZ2.311.872.34-
YUV38.42129.46137.69-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 41.94%
GREEN value IS 31 (12.5% from 255) = 25%
BLUE value IS 41 (16.41% from 255) = 33.06%
R=41.94%
G=25%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.21
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52314100.400.210.80331.4325.316.27
Hex341F29028155014b1910
Octal643751050251205133120
Binary1101001111110100101010001010110100001010010111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341F29; }

 p { color: rgb(52,31,41); }

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

<style>
 a { background-color: #341F29; }

 a { background-color: rgb(52,31,41); }

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

<style>
 span { border-color: #341F29; }

 span { border-color: rgb(52,31,41); }

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