Html Css Color HEX #2B1D21 Aubergine

📋 copy color: '#2B1D21'

red 43 ◦ green 29 ◦ blue 33

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

Shades of Aubergine #2B1D21

Tints of Aubergine #2B1D21

RGB

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

 GREEN value IS 29 (11.72% from 255) = 27.62%

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

R = 40.95%
G = 27.62%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.23

 K value IS 0.83

RGB Variations

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

Color information

#2B1D21 (or 0x2B1D21) is known color: Aubergine. HEX triplet: 2B, 1D and 21. RGB value is (43,29,33). Sum of RGB (Red+Green+Blue) = 43+29+33=105 (13% of max value = 765). Red value is 43 (17.19% from 255 or 40.95% from 105); Green value is 29 (11.72% from 255 or 27.62% from 105); Blue value is 33 (13.28% from 255 or 31.43% from 105); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1D21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B1D21 is #D4E2DE. Grayscale: #212121. Windows color (decimal): -13951711 or 2170155. OLE color: 2170155.

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

Color convert

RGB 43 29 33 -
CMYK 0 0.33 0.23 0.83
HSL 342.86º 0.19% 0.14% -
HSV(B) 342.86º 0.33% 0.17% -
XYZ 1.71 1.5 1.64 -
YUV 33.64 127.64 134.67 -
System Red Green Blue C M Y K H S L
Decimal 43 29 33 0 0.33 0.23 0.83 342.86 0.19 0.14
Hex 2B 1D 21 0 21 17 53 157 13 E
Octal 53 35 41 0 41 27 123 527 23 16
Binary 101011 11101 100001 0 100001 10111 1010011 101010111 10011 1110

Color Harmonies of #2B1D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B1D21

Black with #2B1D21

Text Example


Text Example

White with #2B1D21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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