Html Css Color HEX #211A1D Aubergine

📋 copy color: '#211A1D'

red 33 ◦ green 26 ◦ blue 29

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

Shades of Aubergine #211A1D

Tints of Aubergine #211A1D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 29.55%

 BLUE value IS 29 (11.72% from 255) = 32.95%

R = 37.5%
G = 29.55%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.12

 K value IS 0.87

RGB Variations

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

Color information

#211A1D (or 0x211A1D) is known color: Aubergine. HEX triplet: 21, 1A and 1D. RGB value is (33,26,29). Sum of RGB (Red+Green+Blue) = 33+26+29=88 (11% of max value = 765). Red value is 33 (13.28% from 255 or 37.5% from 88); Green value is 26 (10.55% from 255 or 29.55% from 88); Blue value is 29 (11.72% from 255 or 32.95% from 88); Max value from RGB is 33 - color contains mainly: red. Hex color #211A1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211A1D is #DEE5E2. Grayscale: #1C1C1C. Windows color (decimal): -14607843 or 1907233. OLE color: 1907233.

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

Color convert

RGB 33 26 29 -
CMYK 0 0.21 0.12 0.87
HSL 334.29º 0.12% 0.12% -
HSV(B) 334.29º 0.21% 0.13% -
XYZ 1.22 1.15 1.32 -
YUV 28.44 128.32 131.26 -
System Red Green Blue C M Y K H S L
Decimal 33 26 29 0 0.21 0.12 0.87 334.29 0.12 0.12
Hex 21 1A 1D 0 15 C 57 14E C C
Octal 41 32 35 0 25 14 127 516 14 14
Binary 100001 11010 11101 0 10101 1100 1010111 101001110 1100 1100

Color Harmonies of #211A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211A1D

Black with #211A1D

Text Example


Text Example

White with #211A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211A1D; }

 p { color: rgb(33,26,29); }

 H1.HeaderClassName
 {
   color: #211A1D;
 }
 .AnyTagClassName
 {
   color: #211A1D;
 }
</style>

background-color css

<style>
 a { background-color: #211A1D; }

 a { background-color: rgb(33,26,29); }

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

border-color css

<style>
 span { border-color: #211A1D; }

 span { border-color: rgb(33,26,29); }

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