#322C01

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

Shades of Maire #322C01

Tints of Maire #322C01

Color information

#322C01 (or 0x322C01) is unknown color: approx Maire. HEX triplet: 32, 2C and 01. RGB value is (50,44,1). Sum of RGB (Red+Green+Blue) = 50+44+1=95 (12% of max value = 765). Red value is 50 (19.92% from 255 or 52.63% from 95); Green value is 44 (17.58% from 255 or 46.32% from 95); Blue value is 1 (0.78% from 255 or 1.05% from 95); Max value from RGB is 50 - color contains mainly: red. Hex color #322C01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322C01 is #CDD3FE. Grayscale: #292929. Windows color (decimal): -13489151 or 76850. OLE color: 76850.

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

Color convert

RGB50441-
CMYK00.120.980.80
HSL52.65º96.08%10%-
HSV(B)52.65º98%19.61%-
XYZ2.222.480.39-
YUV40.89105.49134.5-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 52.63%
GREEN value IS 44 (17.58% from 255) = 46.32%
BLUE value IS 1 (0.78% from 255) = 1.05%
R=52.63%
G=46.32%
B=1.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.98
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5044100.120.980.8052.6596.0810
Hex322C10C62503560a
Octal625410141421206514012
Binary1100101011001011001100010101000011010111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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