Html Css Color HEX #20181B Aubergine

📋 copy color: '#20181B'

red 32 ◦ green 24 ◦ blue 27

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

Shades of Aubergine #20181B

Tints of Aubergine #20181B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 28.92%

 BLUE value IS 27 (10.94% from 255) = 32.53%

R = 38.55%
G = 28.92%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.16

 K value IS 0.87

RGB Variations

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

Color information

#20181B (or 0x20181B) is known color: Aubergine. HEX triplet: 20, 18 and 1B. RGB value is (32,24,27). Sum of RGB (Red+Green+Blue) = 32+24+27=83 (10% of max value = 765). Red value is 32 (12.89% from 255 or 38.55% from 83); Green value is 24 (9.77% from 255 or 28.92% from 83); Blue value is 27 (10.94% from 255 or 32.53% from 83); Max value from RGB is 32 - color contains mainly: red. Hex color #20181B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20181B is #DFE7E4. Grayscale: #1A1A1A. Windows color (decimal): -14673893 or 1775648. OLE color: 1775648.

HSL color Cylindrical-coordinate representation of color #20181B: hue angle of 337.5º degrees, saturation: 0.14, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #20181B is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.87.

Color convert

RGB 32 24 27 -
CMYK 0 0.25 0.16 0.87
HSL 337.5º 0.14% 0.11% -
HSV(B) 337.5º 0.25% 0.13% -
XYZ 1.12 1.04 1.18 -
YUV 26.73 128.15 131.76 -
System Red Green Blue C M Y K H S L
Decimal 32 24 27 0 0.25 0.16 0.87 337.5 0.14 0.11
Hex 20 18 1B 0 19 10 57 152 E B
Octal 40 30 33 0 31 20 127 522 16 13
Binary 100000 11000 11011 0 11001 10000 1010111 101010010 1110 1011

Color Harmonies of #20181B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20181B

Black with #20181B

Text Example


Text Example

White with #20181B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20181B; }

 p { color: rgb(32,24,27); }

 H1.HeaderClassName
 {
   color: #20181B;
 }
 .AnyTagClassName
 {
   color: #20181B;
 }
</style>

background-color css

<style>
 a { background-color: #20181B; }

 a { background-color: rgb(32,24,27); }

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

border-color css

<style>
 span { border-color: #20181B; }

 span { border-color: rgb(32,24,27); }

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