#342B2E

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

Shades of Toledo #342B2E

Tints of Toledo #342B2E

Color information

#342B2E (or 0x342B2E) is unknown color: approx Toledo. HEX triplet: 34, 2B and 2E. RGB value is (52,43,46). Sum of RGB (Red+Green+Blue) = 52+43+46=141 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.88% from 141); Green value is 43 (17.19% from 255 or 30.50% from 141); Blue value is 46 (18.36% from 255 or 32.62% from 141); Max value from RGB is 52 - color contains mainly: red. Hex color #342B2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342B2E is #CBD4D1. Grayscale: #2E2E2E. Windows color (decimal): -13358290 or 3025716. OLE color: 3025716.

HSL color Cylindrical-coordinate representation of color #342B2E: hue angle of 340º degrees, saturation: 0.09, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #342B2E is Cyan = 0, Magento = 0.17, Yellow = 0.12 and Black (K on CMYK) = 0.80.

Color convert

RGB524346-
CMYK00.170.120.80
HSL340º9.47%18.63%-
HSV(B)340º17.31%20.39%-
XYZ2.772.662.95-
YUV46.03127.98132.26-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 36.88%
GREEN value IS 43 (17.19% from 255) = 30.50%
BLUE value IS 46 (18.36% from 255) = 32.62%
R=36.88%
G=30.50%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.12
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52434600.170.120.803409.4718.63
Hex342B2E011C50154913
Octal645356021141205241123
Binary11010010101110111001000111001010000101010100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342B2E; }

 p { color: rgb(52,43,46); }

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

<style>
 a { background-color: #342B2E; }

 a { background-color: rgb(52,43,46); }

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

<style>
 span { border-color: #342B2E; }

 span { border-color: rgb(52,43,46); }

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