Html Css Color HEX #321F22 Aubergine

📋 copy color: '#321F22'

red 50 ◦ green 31 ◦ blue 34

#321F22
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Aubergine #321F22

Tints of Aubergine #321F22

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 value IS 0

 M value IS 0.38

 Y value IS 0.32

 K value IS 0.80

RGB Variations

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

Color information

#321F22 (or 0x321F22) is known color: 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

RGB 50 31 34 -
CMYK 0 0.38 0.32 0.80
HSL 350.53º 0.23% 0.16% -
HSV(B) 350.53º 0.38% 0.2% -
XYZ 2.09 1.77 1.75 -
YUV 37.02 126.29 137.26 -
System Red Green Blue C M Y K H S L
Decimal 50 31 34 0 0.38 0.32 0.80 350.53 0.23 0.16
Hex 32 1F 22 0 26 20 50 15F 17 10
Octal 62 37 42 0 46 40 120 537 27 20
Binary 110010 11111 100010 0 100110 100000 1010000 101011111 10111 10000

Color Harmonies of #321F22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321F22

Black with #321F22

Text Example


Text Example

White with #321F22

Text Example


Text Example

HTML Codes & Css Web 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>