#322D01

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

Shades of Maire #322D01

Tints of Maire #322D01

Color information

#322D01 (or 0x322D01) is unknown color: approx Maire. HEX triplet: 32, 2D and 01. RGB value is (50,45,1). Sum of RGB (Red+Green+Blue) = 50+45+1=96 (12% of max value = 765). Red value is 50 (19.92% from 255 or 52.08% from 96); Green value is 45 (17.97% from 255 or 46.88% from 96); Blue value is 1 (0.78% from 255 or 1.04% from 96); Max value from RGB is 50 - color contains mainly: red. Hex color #322D01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322D01 is #CDD2FE. Grayscale: #292929. Windows color (decimal): -13488895 or 77106. OLE color: 77106.

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

Color convert

RGB50451-
CMYK00.100.980.80
HSL53.88º96.08%10%-
HSV(B)53.88º98%19.61%-
XYZ2.262.560.4-
YUV41.48105.16134.08-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 52.08%
GREEN value IS 45 (17.97% from 255) = 46.88%
BLUE value IS 1 (0.78% from 255) = 1.04%
R=52.08%
G=46.88%
B=1.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.98
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5045100.100.980.8053.8896.0810
Hex322D10A62503660a
Octal625510121421206614012
Binary1100101011011010101100010101000011011011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322D01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,45,1); }

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

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

 a { background-color: rgb(50,45,1); }

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

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

 span { border-color: rgb(50,45,1); }

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