Html Css Color HEX #21161B Aubergine

📋 copy color: '#21161B'

red 33 ◦ green 22 ◦ blue 27

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

Shades of Aubergine #21161B

Tints of Aubergine #21161B

RGB

 RED value IS 33 (13.28% from 255) = 40.24%

 GREEN value IS 22 (8.98% from 255) = 26.83%

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

R = 40.24%
G = 26.83%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.18

 K value IS 0.87

RGB Variations

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

Color information

#21161B (or 0x21161B) is known color: Aubergine. HEX triplet: 21, 16 and 1B. RGB value is (33,22,27). Sum of RGB (Red+Green+Blue) = 33+22+27=82 (10% of max value = 765). Red value is 33 (13.28% from 255 or 40.24% from 82); Green value is 22 (8.98% from 255 or 26.83% from 82); Blue value is 27 (10.94% from 255 or 32.93% from 82); Max value from RGB is 33 - color contains mainly: red. Hex color #21161B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21161B is #DEE9E4. Grayscale: #191919. Windows color (decimal): -14608869 or 1775137. OLE color: 1775137.

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

Color convert

RGB 33 22 27 -
CMYK 0 0.33 0.18 0.87
HSL 332.73º 0.2% 0.11% -
HSV(B) 332.73º 0.33% 0.13% -
XYZ 1.11 0.98 1.17 -
YUV 25.86 128.64 133.09 -
System Red Green Blue C M Y K H S L
Decimal 33 22 27 0 0.33 0.18 0.87 332.73 0.2 0.11
Hex 21 16 1B 0 21 12 57 14D 14 B
Octal 41 26 33 0 41 22 127 515 24 13
Binary 100001 10110 11011 0 100001 10010 1010111 101001101 10100 1011

Color Harmonies of #21161B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21161B

Black with #21161B

Text Example


Text Example

White with #21161B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,22,27); }

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

background-color css

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

 a { background-color: rgb(33,22,27); }

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

border-color css

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

 span { border-color: rgb(33,22,27); }

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