Html Css Color HEX #321E29 Toledo

📋 copy color: '#321E29'

red 50 ◦ green 30 ◦ blue 41

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

Shades of Toledo #321E29

Tints of Toledo #321E29

RGB

 RED value IS 50 (19.92% from 255) = 41.32%

 GREEN value IS 30 (12.11% from 255) = 24.79%

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

R = 41.32%
G = 24.79%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.18

 K value IS 0.80

RGB Variations

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

Color information

#321E29 (or 0x321E29) is known color: Toledo. HEX triplet: 32, 1E and 29. RGB value is (50,30,41). Sum of RGB (Red+Green+Blue) = 50+30+41=121 (16% of max value = 765). Red value is 50 (19.92% from 255 or 41.32% from 121); Green value is 30 (12.11% from 255 or 24.79% from 121); Blue value is 41 (16.41% from 255 or 33.88% from 121); Max value from RGB is 50 - color contains mainly: red. Hex color #321E29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321E29 is #CDE1D6. Grayscale: #252525. Windows color (decimal): -13492695 or 2694706. OLE color: 2694706.

HSL color Cylindrical-coordinate representation of color #321E29: hue angle of 327º degrees, saturation: 0.25, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #321E29 is Cyan = 0, Magento = 0.40, Yellow = 0.18 and Black (K on CMYK) = 0.80.

Color convert

RGB 50 30 41 -
CMYK 0 0.40 0.18 0.80
HSL 327º 0.25% 0.16% -
HSV(B) 327º 0.4% 0.2% -
XYZ 2.18 1.77 2.32 -
YUV 37.23 130.13 137.11 -
System Red Green Blue C M Y K H S L
Decimal 50 30 41 0 0.40 0.18 0.80 327 0.25 0.16
Hex 32 1E 29 0 28 12 50 147 19 10
Octal 62 36 51 0 50 22 120 507 31 20
Binary 110010 11110 101001 0 101000 10010 1010000 101000111 11001 10000

Color Harmonies of #321E29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321E29

Black with #321E29

Text Example


Text Example

White with #321E29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321E29; }

 p { color: rgb(50,30,41); }

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

background-color css

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

 a { background-color: rgb(50,30,41); }

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

border-color css

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

 span { border-color: rgb(50,30,41); }

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