#32302E

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

Shades of Acadia #32302E

Tints of Acadia #32302E

Color information

#32302E (or 0x32302E) is unknown color: approx Acadia. HEX triplet: 32, 30 and 2E. RGB value is (50,48,46). Sum of RGB (Red+Green+Blue) = 50+48+46=144 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.72% from 144); Green value is 48 (19.14% from 255 or 33.33% from 144); Blue value is 46 (18.36% from 255 or 31.94% from 144); Max value from RGB is 50 - color contains mainly: red. Hex color #32302E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32302E is #CDCFD1. Grayscale: #303030. Windows color (decimal): -13488082 or 3026994. OLE color: 3026994.

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

Color convert

RGB504846-
CMYK00.040.080.80
HSL30º4.17%18.82%-
HSV(B)30º8%19.61%-
XYZ2.872.993.01-
YUV48.37126.66129.16-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 34.72%
GREEN value IS 48 (19.14% from 255) = 33.33%
BLUE value IS 46 (18.36% from 255) = 31.94%
R=34.72%
G=33.33%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.08
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50484600.040.080.80304.1718.82
Hex32302E048501e413
Octal626056041012036423
Binary1100101100001011100100100010100001111010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32302E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32302E; }

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

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

<style>
 a { background-color: #32302E; }

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

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

<style>
 span { border-color: #32302E; }

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

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