#321F22

Color #321F22 Aubergine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aubergine #321F22

Tints of Aubergine #321F22

Color information

#321F22 (or 0x321F22) is unknown color: approx Aubergine. HEX triplet: 32, 1F and 22. RGB value is (50,31,34). Sum of RGB (Red+Green+Blue) = 50+31+34=115 (15% of max value = 765). Red value is 50 (19.92% from 255 or 43.48% from 115); Green value is 31 (12.5% from 255 or 26.96% from 115); Blue value is 34 (13.67% from 255 or 29.57% from 115); Max value from RGB is 50 - color contains mainly: red. Hex color #321F22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321F22 is #CDE0DD. Grayscale: #252525. Windows color (decimal): -13492446 or 2236210. OLE color: 2236210.

HSL color Cylindrical-coordinate representation of color #321F22: hue angle of 350.53º degrees, saturation: 0.23, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #321F22 is Cyan = 0, Magento = 0.38, Yellow = 0.32 and Black (K on CMYK) = 0.80.

Color convert

RGB503134-
CMYK00.380.320.80
HSL350.53º23.46%15.88%-
HSV(B)350.53º38%19.61%-
XYZ2.091.771.75-
YUV37.02126.29137.26-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 43.48%
GREEN value IS 31 (12.5% from 255) = 26.96%
BLUE value IS 34 (13.67% from 255) = 29.57%
R=43.48%
G=26.96%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.32
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50313400.380.320.80350.5323.4615.88
Hex321F22026205015f1710
Octal623742046401205372720
Binary11001011111100010010011010000010100001010111111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321F22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321F22; }

 p { color: rgb(50,31,34); }

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

<style>
 a { background-color: #321F22; }

 a { background-color: rgb(50,31,34); }

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

<style>
 span { border-color: #321F22; }

 span { border-color: rgb(50,31,34); }

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