#322F00

Color #322F00 Maire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maire #322F00

Tints of Maire #322F00

Color information

#322F00 (or 0x322F00) is unknown color: approx Maire. HEX triplet: 32, 2F and 00. RGB value is (50,47,0). Sum of RGB (Red+Green+Blue) = 50+47+0=97 (12% of max value = 765). Red value is 50 (19.92% from 255 or 51.55% from 97); Green value is 47 (18.75% from 255 or 48.45% from 97); Blue value is 0 (0.39% from 255 or 0% from 97); Max value from RGB is 50 - color contains mainly: red. Hex color #322F00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322F00 is #CDD0FF. Grayscale: #2A2A2A. Windows color (decimal): -13488384 or 12082. OLE color: 12082.

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

Color convert

RGB50470-
CMYK00.0610.80
HSL56.4º100%9.8%-
HSV(B)56.4º100%19.61%-
XYZ2.332.710.4-
YUV42.54103.99133.32-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 51.55%
GREEN value IS 47 (18.75% from 255) = 48.45%
BLUE value IS 0 (0.39% from 255) = 0%
R=51.55%
G=48.45%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 1
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5047000.0610.8056.41009.8
Hex322F00664503864a
Octal62570061441207014412
Binary110010101111001101100100101000011100011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,47,0); }

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

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

 a { background-color: rgb(50,47,0); }

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

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

 span { border-color: rgb(50,47,0); }

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