Html Css Color HEX #352029 Toledo

📋 copy color: '#352029'

red 53 ◦ green 32 ◦ blue 41

#352029
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Toledo #352029

Tints of Toledo #352029

RGB

 RED value IS 53 (21.09% from 255) = 42.06%

 GREEN value IS 32 (12.89% from 255) = 25.4%

 BLUE value IS 41 (16.41% from 255) = 32.54%

R = 42.06%
G = 25.4%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.23

 K value IS 0.79

RGB Variations

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

Color information

#352029 (or 0x352029) is known color: Toledo. HEX triplet: 35, 20 and 29. RGB value is (53,32,41). Sum of RGB (Red+Green+Blue) = 53+32+41=126 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.06% from 126); Green value is 32 (12.89% from 255 or 25.40% from 126); Blue value is 41 (16.41% from 255 or 32.54% from 126); Max value from RGB is 53 - color contains mainly: red. Hex color #352029 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352029 is #CADFD6. Grayscale: #272727. Windows color (decimal): -13295575 or 2695221. OLE color: 2695221.

HSL color Cylindrical-coordinate representation of color #352029: hue angle of 334.29º degrees, saturation: 0.25, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #352029 is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 32 41 -
CMYK 0 0.40 0.23 0.79
HSL 334.29º 0.25% 0.17% -
HSV(B) 334.29º 0.4% 0.21% -
XYZ 2.38 1.95 2.35 -
YUV 39.31 128.96 137.77 -
System Red Green Blue C M Y K H S L
Decimal 53 32 41 0 0.40 0.23 0.79 334.29 0.25 0.17
Hex 35 20 29 0 28 17 4F 14E 19 11
Octal 65 40 51 0 50 27 117 516 31 21
Binary 110101 100000 101001 0 101000 10111 1001111 101001110 11001 10001

Color Harmonies of #352029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352029

Black with #352029

Text Example


Text Example

White with #352029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352029; }

 p { color: rgb(53,32,41); }

 H1.HeaderClassName
 {
   color: #352029;
 }
 .AnyTagClassName
 {
   color: #352029;
 }
</style>

background-color css

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

 a { background-color: rgb(53,32,41); }

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

border-color css

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

 span { border-color: rgb(53,32,41); }

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