#332F2A

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

Shades of Acadia #332F2A

Tints of Acadia #332F2A

Color information

#332F2A (or 0x332F2A) is unknown color: approx Acadia. HEX triplet: 33, 2F and 2A. RGB value is (51,47,42). Sum of RGB (Red+Green+Blue) = 51+47+42=140 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.43% from 140); Green value is 47 (18.75% from 255 or 33.57% from 140); Blue value is 42 (16.80% from 255 or 30% from 140); Max value from RGB is 51 - color contains mainly: red. Hex color #332F2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332F2A is #CCD0D5. Grayscale: #2F2F2F. Windows color (decimal): -13422806 or 2764595. OLE color: 2764595.

HSL color Cylindrical-coordinate representation of color #332F2A: 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 #332F2A is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.8.

Color convert

RGB514742-
CMYK00.080.180.8
HSL33.33º9.68%18.24%-
HSV(B)33.33º17.65%20%-
XYZ2.82.92.6-
YUV47.63124.83130.41-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 36.43%
GREEN value IS 47 (18.75% from 255) = 33.57%
BLUE value IS 42 (16.80% from 255) = 30%
R=36.43%
G=33.57%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.18
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51474200.080.180.833.339.6818.24
Hex332F2A08125021a12
Octal63575201022120411222
Binary11001110111110101001000100101010000100001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,47,42); }

 H1.HeaderClassName
 {
   color: #332F2A;
 }
 .AnyTagClassName
 {
   color: #332F2A;
 }
</style>
background-color css

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

 a { background-color: rgb(51,47,42); }

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

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

 span { border-color: rgb(51,47,42); }

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