Html Css Color HEX #2B1C21 Aubergine

📋 copy color: '#2B1C21'

red 43 ◦ green 28 ◦ blue 33

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

Shades of Aubergine #2B1C21

Tints of Aubergine #2B1C21

RGB

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

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

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

R = 41.35%
G = 26.92%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.23

 K value IS 0.83

RGB Variations

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

Color information

#2B1C21 (or 0x2B1C21) is known color: Aubergine. HEX triplet: 2B, 1C and 21. RGB value is (43,28,33). Sum of RGB (Red+Green+Blue) = 43+28+33=104 (13% of max value = 765). Red value is 43 (17.19% from 255 or 41.35% from 104); Green value is 28 (11.33% from 255 or 26.92% from 104); Blue value is 33 (13.28% from 255 or 31.73% from 104); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1C21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B1C21 is #D4E3DE. Grayscale: #212121. Windows color (decimal): -13951967 or 2169899. OLE color: 2169899.

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

Color convert

RGB 43 28 33 -
CMYK 0 0.35 0.23 0.83
HSL 340º 0.21% 0.14% -
HSV(B) 340º 0.35% 0.17% -
XYZ 1.69 1.45 1.63 -
YUV 33.06 127.97 135.09 -
System Red Green Blue C M Y K H S L
Decimal 43 28 33 0 0.35 0.23 0.83 340 0.21 0.14
Hex 2B 1C 21 0 23 17 53 154 15 E
Octal 53 34 41 0 43 27 123 524 25 16
Binary 101011 11100 100001 0 100011 10111 1010011 101010100 10101 1110

Color Harmonies of #2B1C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B1C21

Black with #2B1C21

Text Example


Text Example

White with #2B1C21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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