Html Css Color HEX #2B2021 Aubergine

📋 copy color: '#2B2021'

red 43 ◦ green 32 ◦ blue 33

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

Shades of Aubergine #2B2021

Tints of Aubergine #2B2021

RGB

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

 GREEN value IS 32 (12.89% from 255) = 29.63%

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

R = 39.81%
G = 29.63%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.23

 K value IS 0.83

RGB Variations

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

Color information

#2B2021 (or 0x2B2021) is known color: Aubergine. HEX triplet: 2B, 20 and 21. RGB value is (43,32,33). Sum of RGB (Red+Green+Blue) = 43+32+33=108 (14% of max value = 765). Red value is 43 (17.19% from 255 or 39.81% from 108); Green value is 32 (12.89% from 255 or 29.63% from 108); Blue value is 33 (13.28% from 255 or 30.56% from 108); Max value from RGB is 43 - color contains mainly: red. Hex color #2B2021 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B2021 is #D4DFDE. Grayscale: #232323. Windows color (decimal): -13950943 or 2170923. OLE color: 2170923.

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

Color convert

RGB 43 32 33 -
CMYK 0 0.26 0.23 0.83
HSL 354.55º 0.15% 0.15% -
HSV(B) 354.55º 0.26% 0.17% -
XYZ 1.79 1.66 1.66 -
YUV 35.4 126.64 133.42 -
System Red Green Blue C M Y K H S L
Decimal 43 32 33 0 0.26 0.23 0.83 354.55 0.15 0.15
Hex 2B 20 21 0 1A 17 53 163 F F
Octal 53 40 41 0 32 27 123 543 17 17
Binary 101011 100000 100001 0 11010 10111 1010011 101100011 1111 1111

Color Harmonies of #2B2021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B2021

Black with #2B2021

Text Example


Text Example

White with #2B2021

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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