Html Css Color HEX #321F23 Aubergine

📋 copy color: '#321F23'

red 50 ◦ green 31 ◦ blue 35

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

Shades of Aubergine #321F23

Tints of Aubergine #321F23

RGB

 RED value IS 50 (19.92% from 255) = 43.1%

 GREEN value IS 31 (12.5% from 255) = 26.72%

 BLUE value IS 35 (14.06% from 255) = 30.17%

R = 43.1%
G = 26.72%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.30

 K value IS 0.80

RGB Variations

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

Color information

#321F23 (or 0x321F23) is known color: Aubergine. HEX triplet: 32, 1F and 23. RGB value is (50,31,35). Sum of RGB (Red+Green+Blue) = 50+31+35=116 (15% of max value = 765). Red value is 50 (19.92% from 255 or 43.10% from 116); Green value is 31 (12.5% from 255 or 26.72% from 116); Blue value is 35 (14.06% from 255 or 30.17% from 116); Max value from RGB is 50 - color contains mainly: red. Hex color #321F23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321F23 is #CDE0DC. Grayscale: #252525. Windows color (decimal): -13492445 or 2301746. OLE color: 2301746.

HSL color Cylindrical-coordinate representation of color #321F23: hue angle of 347.37º 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 #321F23 is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.80.

Color convert

RGB 50 31 35 -
CMYK 0 0.38 0.30 0.80
HSL 347.37º 0.23% 0.16% -
HSV(B) 347.37º 0.38% 0.2% -
XYZ 2.11 1.78 1.82 -
YUV 37.14 126.79 137.17 -
System Red Green Blue C M Y K H S L
Decimal 50 31 35 0 0.38 0.30 0.80 347.37 0.23 0.16
Hex 32 1F 23 0 26 1E 50 15B 17 10
Octal 62 37 43 0 46 36 120 533 27 20
Binary 110010 11111 100011 0 100110 11110 1010000 101011011 10111 10000

Color Harmonies of #321F23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321F23

Black with #321F23

Text Example


Text Example

White with #321F23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #321F23;
 }
 .AnyTagClassName
 {
   color: #321F23;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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