Html Css Color HEX #20191C Aubergine

📋 copy color: '#20191C'

red 32 ◦ green 25 ◦ blue 28

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

Shades of Aubergine #20191C

Tints of Aubergine #20191C

RGB

 RED value IS 32 (12.89% from 255) = 37.65%

 GREEN value IS 25 (10.16% from 255) = 29.41%

 BLUE value IS 28 (11.33% from 255) = 32.94%

R = 37.65%
G = 29.41%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.12

 K value IS 0.87

RGB Variations

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

Color information

#20191C (or 0x20191C) is known color: Aubergine. HEX triplet: 20, 19 and 1C. RGB value is (32,25,28). Sum of RGB (Red+Green+Blue) = 32+25+28=85 (11% of max value = 765). Red value is 32 (12.89% from 255 or 37.65% from 85); Green value is 25 (10.16% from 255 or 29.41% from 85); Blue value is 28 (11.33% from 255 or 32.94% from 85); Max value from RGB is 32 - color contains mainly: red. Hex color #20191C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20191C is #DFE6E3. Grayscale: #1B1B1B. Windows color (decimal): -14673636 or 1841440. OLE color: 1841440.

HSL color Cylindrical-coordinate representation of color #20191C: hue angle of 334.29º degrees, saturation: 0.12, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #20191C is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.87.

Color convert

RGB 32 25 28 -
CMYK 0 0.22 0.12 0.87
HSL 334.29º 0.12% 0.11% -
HSV(B) 334.29º 0.22% 0.13% -
XYZ 1.15 1.09 1.25 -
YUV 27.44 128.32 131.26 -
System Red Green Blue C M Y K H S L
Decimal 32 25 28 0 0.22 0.12 0.87 334.29 0.12 0.11
Hex 20 19 1C 0 16 C 57 14E C B
Octal 40 31 34 0 26 14 127 516 14 13
Binary 100000 11001 11100 0 10110 1100 1010111 101001110 1100 1011

Color Harmonies of #20191C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20191C

Black with #20191C

Text Example


Text Example

White with #20191C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20191C; }

 p { color: rgb(32,25,28); }

 H1.HeaderClassName
 {
   color: #20191C;
 }
 .AnyTagClassName
 {
   color: #20191C;
 }
</style>

background-color css

<style>
 a { background-color: #20191C; }

 a { background-color: rgb(32,25,28); }

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

border-color css

<style>
 span { border-color: #20191C; }

 span { border-color: rgb(32,25,28); }

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