Html Css Color HEX #332E29 Acadia

📋 copy color: '#332E29'

red 51 ◦ green 46 ◦ blue 41

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

Shades of Acadia #332E29

Tints of Acadia #332E29

RGB

 RED value IS 51 (20.31% from 255) = 36.96%

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

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

R = 36.96%
G = 33.33%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.20

 K value IS 0.8

RGB Variations

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

Color information

#332E29 (or 0x332E29) is known color: Acadia. HEX triplet: 33, 2E and 29. RGB value is (51,46,41). Sum of RGB (Red+Green+Blue) = 51+46+41=138 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.96% from 138); Green value is 46 (18.36% from 255 or 33.33% from 138); Blue value is 41 (16.41% from 255 or 29.71% from 138); Max value from RGB is 51 - color contains mainly: red. Hex color #332E29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332E29 is #CCD1D6. Grayscale: #2E2E2E. Windows color (decimal): -13423063 or 2698803. OLE color: 2698803.

HSL color Cylindrical-coordinate representation of color #332E29: hue angle of 30º degrees, saturation: 0.11, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #332E29 is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 46 41 -
CMYK 0 0.10 0.20 0.8
HSL 30º 0.11% 0.18% -
HSV(B) 30º 0.2% 0.2% -
XYZ 2.74 2.82 2.5 -
YUV 46.93 124.66 130.91 -
System Red Green Blue C M Y K H S L
Decimal 51 46 41 0 0.10 0.20 0.8 30 0.11 0.18
Hex 33 2E 29 0 A 14 50 1E B 12
Octal 63 56 51 0 12 24 120 36 13 22
Binary 110011 101110 101001 0 1010 10100 1010000 11110 1011 10010

Color Harmonies of #332E29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332E29

Black with #332E29

Text Example


Text Example

White with #332E29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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