#341C26

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

Shades of Toledo #341C26

Tints of Toledo #341C26

Color information

#341C26 (or 0x341C26) is unknown color: approx Toledo. HEX triplet: 34, 1C and 26. RGB value is (52,28,38). Sum of RGB (Red+Green+Blue) = 52+28+38=118 (15% of max value = 765). Red value is 52 (20.70% from 255 or 44.07% from 118); Green value is 28 (11.33% from 255 or 23.73% from 118); Blue value is 38 (15.23% from 255 or 32.20% from 118); Max value from RGB is 52 - color contains mainly: red. Hex color #341C26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341C26 is #CBE3D9. Grayscale: #242424. Windows color (decimal): -13362138 or 2497588. OLE color: 2497588.

HSL color Cylindrical-coordinate representation of color #341C26: hue angle of 335º degrees, saturation: 0.3, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #341C26 is Cyan = 0, Magento = 0.46, Yellow = 0.27 and Black (K on CMYK) = 0.80.

Color convert

RGB522838-
CMYK00.460.270.80
HSL335º30%15.69%-
HSV(B)335º46.15%20.39%-
XYZ2.181.72.05-
YUV36.32128.95139.19-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 44.07%
GREEN value IS 28 (11.33% from 255) = 23.73%
BLUE value IS 38 (15.23% from 255) = 32.20%
R=44.07%
G=23.73%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.27
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52283800.460.270.803353015.69
Hex341C2602E1B5014f1e10
Octal643446056331205173620
Binary1101001110010011001011101101110100001010011111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,28,38); }

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

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

 a { background-color: rgb(52,28,38); }

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

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

 span { border-color: rgb(52,28,38); }

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