#322B00

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

Shades of Maire #322B00

Tints of Maire #322B00

Color information

#322B00 (or 0x322B00) is unknown color: approx Maire. HEX triplet: 32, 2B and 00. RGB value is (50,43,0). Sum of RGB (Red+Green+Blue) = 50+43+0=93 (12% of max value = 765). Red value is 50 (19.92% from 255 or 53.76% from 93); Green value is 43 (17.19% from 255 or 46.24% from 93); Blue value is 0 (0.39% from 255 or 0% from 93); Max value from RGB is 50 - color contains mainly: red. Hex color #322B00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322B00 is #CDD4FF. Grayscale: #282828. Windows color (decimal): -13489408 or 11058. OLE color: 11058.

HSL color Cylindrical-coordinate representation of color #322B00: hue angle of 51.6º 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 #322B00 is Cyan = 0, Magento = 0.14, Yellow = 1 and Black (K on CMYK) = 0.80.

Color convert

RGB50430-
CMYK00.1410.80
HSL51.6º100%9.8%-
HSV(B)51.6º100%19.61%-
XYZ2.182.410.35-
YUV40.19105.32135-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 53.76%
GREEN value IS 43 (17.19% from 255) = 46.24%
BLUE value IS 0 (0.39% from 255) = 0%
R=53.76%
G=46.24%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 1
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5043000.1410.8051.61009.8
Hex322B00E64503464a
Octal625300161441206414412
Binary1100101010110011101100100101000011010011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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