#2B1D1F

Color #2B1D1F Aubergine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aubergine #2B1D1F

Tints of Aubergine #2B1D1F

Color information

#2B1D1F (or 0x2B1D1F) is unknown color: approx Aubergine. HEX triplet: 2B, 1D and 1F. RGB value is (43,29,31). Sum of RGB (Red+Green+Blue) = 43+29+31=103 (13% of max value = 765). Red value is 43 (17.19% from 255 or 41.75% from 103); Green value is 29 (11.72% from 255 or 28.16% from 103); Blue value is 31 (12.5% from 255 or 30.10% from 103); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1D1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B1D1F is #D4E2E0. Grayscale: #212121. Windows color (decimal): -13951713 or 2039083. OLE color: 2039083.

HSL color Cylindrical-coordinate representation of color #2B1D1F: hue angle of 351.43º 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 #2B1D1F is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.83.

Color convert

RGB432931-
CMYK00.330.280.83
HSL351.43º19.44%14.12%-
HSV(B)351.43º32.56%16.86%-
XYZ1.681.491.5-
YUV33.41126.64134.84-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 41.75%
GREEN value IS 29 (11.72% from 255) = 28.16%
BLUE value IS 31 (12.5% from 255) = 30.10%
R=41.75%
G=28.16%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.28
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal43293100.330.280.83351.4319.4414.12
Hex2B1D1F0211C5315f13e
Octal533537041341235372316
Binary10101111101111110100001111001010011101011111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2B1D1F;
 }
 .AnyTagClassName
 {
   color: #2B1D1F;
 }
</style>
background-color css

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

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

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

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

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

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