Html Css Color HEX #211C1D Aubergine

📋 copy color: '#211C1D'

red 33 ◦ green 28 ◦ blue 29

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

Shades of Aubergine #211C1D

Tints of Aubergine #211C1D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 31.11%

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

R = 36.67%
G = 31.11%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.12

 K value IS 0.87

RGB Variations

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

Color information

#211C1D (or 0x211C1D) is known color: Aubergine. HEX triplet: 21, 1C and 1D. RGB value is (33,28,29). Sum of RGB (Red+Green+Blue) = 33+28+29=90 (11% of max value = 765). Red value is 33 (13.28% from 255 or 36.67% from 90); Green value is 28 (11.33% from 255 or 31.11% from 90); Blue value is 29 (11.72% from 255 or 32.22% from 90); Max value from RGB is 33 - color contains mainly: red. Hex color #211C1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211C1D is #DEE3E2. Grayscale: #1D1D1D. Windows color (decimal): -14607331 or 1907745. OLE color: 1907745.

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

Color convert

RGB 33 28 29 -
CMYK 0 0.15 0.12 0.87
HSL 348º 0.08% 0.12% -
HSV(B) 348º 0.15% 0.13% -
XYZ 1.26 1.24 1.34 -
YUV 29.61 127.66 130.42 -
System Red Green Blue C M Y K H S L
Decimal 33 28 29 0 0.15 0.12 0.87 348 0.08 0.12
Hex 21 1C 1D 0 F C 57 15C 8 C
Octal 41 34 35 0 17 14 127 534 10 14
Binary 100001 11100 11101 0 1111 1100 1010111 101011100 1000 1100

Color Harmonies of #211C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211C1D

Black with #211C1D

Text Example


Text Example

White with #211C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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