Html Css Color HEX #211E1F Aubergine

📋 copy color: '#211E1F'

red 33 ◦ green 30 ◦ blue 31

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

Shades of Aubergine #211E1F

Tints of Aubergine #211E1F

RGB

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

 GREEN value IS 30 (12.11% from 255) = 31.91%

 BLUE value IS 31 (12.5% from 255) = 32.98%

R = 35.11%
G = 31.91%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.06

 K value IS 0.87

RGB Variations

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

Color information

#211E1F (or 0x211E1F) is known color: Aubergine. HEX triplet: 21, 1E and 1F. RGB value is (33,30,31). Sum of RGB (Red+Green+Blue) = 33+30+31=94 (12% of max value = 765). Red value is 33 (13.28% from 255 or 35.11% from 94); Green value is 30 (12.11% from 255 or 31.91% from 94); Blue value is 31 (12.5% from 255 or 32.98% from 94); Max value from RGB is 33 - color contains mainly: red. Hex color #211E1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211E1F is #DEE1E0. Grayscale: #1F1F1F. Windows color (decimal): -14606817 or 2039329. OLE color: 2039329.

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

Color convert

RGB 33 30 31 -
CMYK 0 0.09 0.06 0.87
HSL 340º 0.05% 0.12% -
HSV(B) 340º 0.09% 0.13% -
XYZ 1.34 1.35 1.49 -
YUV 31.01 127.99 129.42 -
System Red Green Blue C M Y K H S L
Decimal 33 30 31 0 0.09 0.06 0.87 340 0.05 0.12
Hex 21 1E 1F 0 9 6 57 154 5 C
Octal 41 36 37 0 11 6 127 524 5 14
Binary 100001 11110 11111 0 1001 110 1010111 101010100 101 1100

Color Harmonies of #211E1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211E1F

Black with #211E1F

Text Example


Text Example

White with #211E1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,30,31); }

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

background-color css

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

 a { background-color: rgb(33,30,31); }

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

border-color css

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

 span { border-color: rgb(33,30,31); }

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