#341A25

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

Shades of Toledo #341A25

Tints of Toledo #341A25

Color information

#341A25 (or 0x341A25) is unknown color: approx Toledo. HEX triplet: 34, 1A and 25. RGB value is (52,26,37). Sum of RGB (Red+Green+Blue) = 52+26+37=115 (15% of max value = 765). Red value is 52 (20.70% from 255 or 45.22% from 115); Green value is 26 (10.55% from 255 or 22.61% from 115); Blue value is 37 (14.84% from 255 or 32.17% from 115); Max value from RGB is 52 - color contains mainly: red. Hex color #341A25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341A25 is #CBE5DA. Grayscale: #232323. Windows color (decimal): -13362651 or 2431540. OLE color: 2431540.

HSL color Cylindrical-coordinate representation of color #341A25: hue angle of 334.62º degrees, saturation: 0.33, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #341A25 is Cyan = 0, Magento = 0.50, Yellow = 0.29 and Black (K on CMYK) = 0.80.

Color convert

RGB522637-
CMYK00.500.290.80
HSL334.62º33.33%15.29%-
HSV(B)334.62º50%20.39%-
XYZ2.121.61.95-
YUV35.03129.11140.11-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 45.22%
GREEN value IS 26 (10.55% from 255) = 22.61%
BLUE value IS 37 (14.84% from 255) = 32.17%
R=45.22%
G=22.61%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.29
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52263700.500.290.80334.6233.3315.29
Hex341A250321D5014f21f
Octal643245062351205174117
Binary1101001101010010101100101110110100001010011111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,26,37); }

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

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

 a { background-color: rgb(52,26,37); }

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

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

 span { border-color: rgb(52,26,37); }

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