#332E29

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

Shades of Acadia #332E29

Tints of Acadia #332E29

Color information

#332E29 (or 0x332E29) is unknown color: approx 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

RGB514641-
CMYK00.100.200.8
HSL30º10.87%18.04%-
HSV(B)30º19.61%20%-
XYZ2.742.822.5-
YUV46.92124.66130.91-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.20
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51464100.100.200.83010.8718.04
Hex332E290A14501eb12
Octal63565101224120361322
Binary1100111011101010010101010100101000011110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332E29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>