#322B0F

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

Shades of Maire #322B0F

Tints of Maire #322B0F

Color information

#322B0F (or 0x322B0F) is unknown color: approx Maire. HEX triplet: 32, 2B and 0F. RGB value is (50,43,15). Sum of RGB (Red+Green+Blue) = 50+43+15=108 (14% of max value = 765). Red value is 50 (19.92% from 255 or 46.30% from 108); Green value is 43 (17.19% from 255 or 39.81% from 108); Blue value is 15 (6.25% from 255 or 13.89% from 108); Max value from RGB is 50 - color contains mainly: red. Hex color #322B0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322B0F is #CDD4F0. Grayscale: #2A2A2A. Windows color (decimal): -13489393 or 994098. OLE color: 994098.

HSL color Cylindrical-coordinate representation of color #322B0F: hue angle of 48º degrees, saturation: 0.54, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #322B0F is Cyan = 0, Magento = 0.14, Yellow = 0.70 and Black (K on CMYK) = 0.80.

Color convert

RGB504315-
CMYK00.140.700.80
HSL48º53.85%12.75%-
HSV(B)48º70%19.61%-
XYZ2.272.440.8-
YUV41.9112.82133.78-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 46.30%
GREEN value IS 43 (17.19% from 255) = 39.81%
BLUE value IS 15 (6.25% from 255) = 13.89%
R=46.30%
G=39.81%
B=13.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.70
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50431500.140.700.804853.8512.75
Hex322BF0E46503036d
Octal625317016106120606615
Binary110010101011111101110100011010100001100001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322B0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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