#322F19

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

Shades of Maire #322F19

Tints of Maire #322F19

Color information

#322F19 (or 0x322F19) is unknown color: approx Maire. HEX triplet: 32, 2F and 19. RGB value is (50,47,25). Sum of RGB (Red+Green+Blue) = 50+47+25=122 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.98% from 122); Green value is 47 (18.75% from 255 or 38.52% from 122); Blue value is 25 (10.16% from 255 or 20.49% from 122); Max value from RGB is 50 - color contains mainly: red. Hex color #322F19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322F19 is #CDD0E6. Grayscale: #2D2D2D. Windows color (decimal): -13488359 or 1650482. OLE color: 1650482.

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

Color convert

RGB504725-
CMYK00.060.500.80
HSL52.8º33.33%14.71%-
HSV(B)52.8º50%19.61%-
XYZ2.512.781.32-
YUV45.39116.49131.29-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 40.98%
GREEN value IS 47 (18.75% from 255) = 38.52%
BLUE value IS 25 (10.16% from 255) = 20.49%
R=40.98%
G=38.52%
B=20.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.50
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50472500.060.500.8052.833.3314.71
Hex322F190632503521f
Octal6257310662120654117
Binary11001010111111001011011001010100001101011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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