#342129

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

Shades of Toledo #342129

Tints of Toledo #342129

Color information

#342129 (or 0x342129) is unknown color: approx Toledo. HEX triplet: 34, 21 and 29. RGB value is (52,33,41). Sum of RGB (Red+Green+Blue) = 52+33+41=126 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.27% from 126); Green value is 33 (13.28% from 255 or 26.19% from 126); Blue value is 41 (16.41% from 255 or 32.54% from 126); Max value from RGB is 52 - color contains mainly: red. Hex color #342129 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342129 is #CBDED6. Grayscale: #272727. Windows color (decimal): -13360855 or 2695476. OLE color: 2695476.

HSL color Cylindrical-coordinate representation of color #342129: hue angle of 334.74º degrees, saturation: 0.22, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #342129 is Cyan = 0, Magento = 0.37, Yellow = 0.21 and Black (K on CMYK) = 0.80.

Color convert

RGB523341-
CMYK00.370.210.80
HSL334.74º22.35%16.67%-
HSV(B)334.74º36.54%20.39%-
XYZ2.361.982.36-
YUV39.59128.79136.85-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 41.27%
GREEN value IS 33 (13.28% from 255) = 26.19%
BLUE value IS 41 (16.41% from 255) = 32.54%
R=41.27%
G=26.19%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.21
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52334100.370.210.80334.7422.3516.67
Hex342129025155014f1611
Octal644151045251205172621
Binary11010010000110100101001011010110100001010011111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342129; }

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

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

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

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

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

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

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

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