#322A01

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

Shades of Maire #322A01

Tints of Maire #322A01

Color information

#322A01 (or 0x322A01) is unknown color: approx Maire. HEX triplet: 32, 2A and 01. RGB value is (50,42,1). Sum of RGB (Red+Green+Blue) = 50+42+1=93 (12% of max value = 765). Red value is 50 (19.92% from 255 or 53.76% from 93); Green value is 42 (16.80% from 255 or 45.16% from 93); Blue value is 1 (0.78% from 255 or 1.08% from 93); Max value from RGB is 50 - color contains mainly: red. Hex color #322A01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322A01 is #CDD5FE. Grayscale: #272727. Windows color (decimal): -13489663 or 76338. OLE color: 76338.

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

Color convert

RGB50421-
CMYK00.160.980.80
HSL50.2º96.08%10%-
HSV(B)50.2º98%19.61%-
XYZ2.152.340.37-
YUV39.72106.15135.33-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 53.76%
GREEN value IS 42 (16.80% from 255) = 45.16%
BLUE value IS 1 (0.78% from 255) = 1.08%
R=53.76%
G=45.16%
B=1.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.98
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5042100.160.980.8050.296.0810
Hex322A101062503260a
Octal625210201421206214012
Binary11001010101010100001100010101000011001011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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