Html Css Color HEX #322E29 Acadia

📋 copy color: '#322E29'

red 50 ◦ green 46 ◦ blue 41

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

Shades of Acadia #322E29

Tints of Acadia #322E29

RGB

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

 GREEN value IS 46 (18.36% from 255) = 33.58%

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

R = 36.5%
G = 33.58%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.18

 K value IS 0.80

RGB Variations

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

Color information

#322E29 (or 0x322E29) is known color: Acadia. HEX triplet: 32, 2E and 29. RGB value is (50,46,41). Sum of RGB (Red+Green+Blue) = 50+46+41=137 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.50% from 137); Green value is 46 (18.36% from 255 or 33.58% from 137); Blue value is 41 (16.41% from 255 or 29.93% from 137); Max value from RGB is 50 - color contains mainly: red. Hex color #322E29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322E29 is #CDD1D6. Grayscale: #2E2E2E. Windows color (decimal): -13488599 or 2698802. OLE color: 2698802.

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

Color convert

RGB 50 46 41 -
CMYK 0 0.08 0.18 0.80
HSL 33.33º 0.1% 0.18% -
HSV(B) 33.33º 0.18% 0.2% -
XYZ 2.69 2.79 2.49 -
YUV 46.63 124.83 130.41 -
System Red Green Blue C M Y K H S L
Decimal 50 46 41 0 0.08 0.18 0.80 33.33 0.1 0.18
Hex 32 2E 29 0 8 12 50 21 A 12
Octal 62 56 51 0 10 22 120 41 12 22
Binary 110010 101110 101001 0 1000 10010 1010000 100001 1010 10010

Color Harmonies of #322E29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322E29

Black with #322E29

Text Example


Text Example

White with #322E29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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