Html Css Color HEX #2B1B20 Aubergine

📋 copy color: '#2B1B20'

red 43 ◦ green 27 ◦ blue 32

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

Shades of Aubergine #2B1B20

Tints of Aubergine #2B1B20

RGB

 RED value IS 43 (17.19% from 255) = 42.16%

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

 BLUE value IS 32 (12.89% from 255) = 31.37%

R = 42.16%
G = 26.47%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.26

 K value IS 0.83

RGB Variations

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

Color information

#2B1B20 (or 0x2B1B20) is known color: Aubergine. HEX triplet: 2B, 1B and 20. RGB value is (43,27,32). Sum of RGB (Red+Green+Blue) = 43+27+32=102 (13% of max value = 765). Red value is 43 (17.19% from 255 or 42.16% from 102); Green value is 27 (10.94% from 255 or 26.47% from 102); Blue value is 32 (12.89% from 255 or 31.37% from 102); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1B20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B1B20 is #D4E4DF. Grayscale: #202020. Windows color (decimal): -13952224 or 2104107. OLE color: 2104107.

HSL color Cylindrical-coordinate representation of color #2B1B20: hue angle of 341.25º degrees, saturation: 0.23, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #2B1B20 is Cyan = 0, Magento = 0.37, Yellow = 0.26 and Black (K on CMYK) = 0.83.

Color convert

RGB 43 27 32 -
CMYK 0 0.37 0.26 0.83
HSL 341.25º 0.23% 0.14% -
HSV(B) 341.25º 0.37% 0.17% -
XYZ 1.65 1.4 1.55 -
YUV 32.35 127.8 135.59 -
System Red Green Blue C M Y K H S L
Decimal 43 27 32 0 0.37 0.26 0.83 341.25 0.23 0.14
Hex 2B 1B 20 0 25 1A 53 155 17 E
Octal 53 33 40 0 45 32 123 525 27 16
Binary 101011 11011 100000 0 100101 11010 1010011 101010101 10111 1110

Color Harmonies of #2B1B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B1B20

Black with #2B1B20

Text Example


Text Example

White with #2B1B20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,27,32); }

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

background-color css

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

 a { background-color: rgb(43,27,32); }

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

border-color css

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

 span { border-color: rgb(43,27,32); }

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