Html Css Color HEX #2A1B21 Aubergine

📋 copy color: '#2A1B21'

red 42 ◦ green 27 ◦ blue 33

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

Shades of Aubergine #2A1B21

Tints of Aubergine #2A1B21

RGB

 RED value IS 42 (16.8% from 255) = 41.18%

 GREEN value IS 27 (10.94% from 255) = 26.47%

 BLUE value IS 33 (13.28% from 255) = 32.35%

R = 41.18%
G = 26.47%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.21

 K value IS 0.84

RGB Variations

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

Color information

#2A1B21 (or 0x2A1B21) is known color: Aubergine. HEX triplet: 2A, 1B and 21. RGB value is (42,27,33). Sum of RGB (Red+Green+Blue) = 42+27+33=102 (13% of max value = 765). Red value is 42 (16.80% from 255 or 41.18% from 102); Green value is 27 (10.94% from 255 or 26.47% from 102); Blue value is 33 (13.28% from 255 or 32.35% from 102); Max value from RGB is 42 - color contains mainly: red. Hex color #2A1B21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A1B21 is #D5E4DE. Grayscale: #202020. Windows color (decimal): -14017759 or 2169642. OLE color: 2169642.

HSL color Cylindrical-coordinate representation of color #2A1B21: hue angle of 336º degrees, saturation: 0.22, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #2A1B21 is Cyan = 0, Magento = 0.36, Yellow = 0.21 and Black (K on CMYK) = 0.84.

Color convert

RGB 42 27 33 -
CMYK 0 0.36 0.21 0.84
HSL 336º 0.22% 0.14% -
HSV(B) 336º 0.36% 0.16% -
XYZ 1.62 1.39 1.62 -
YUV 32.17 128.47 135.01 -
System Red Green Blue C M Y K H S L
Decimal 42 27 33 0 0.36 0.21 0.84 336 0.22 0.14
Hex 2A 1B 21 0 24 15 54 150 16 E
Octal 52 33 41 0 44 25 124 520 26 16
Binary 101010 11011 100001 0 100100 10101 1010100 101010000 10110 1110

Color Harmonies of #2A1B21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A1B21

Black with #2A1B21

Text Example


Text Example

White with #2A1B21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2A1B21; }

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

 H1.HeaderClassName
 {
   color: #2A1B21;
 }
 .AnyTagClassName
 {
   color: #2A1B21;
 }
</style>

background-color css

<style>
 a { background-color: #2A1B21; }

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

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

border-color css

<style>
 span { border-color: #2A1B21; }

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

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