#2B2029

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

Shades of Melanzane #2B2029

Tints of Melanzane #2B2029

Color information

#2B2029 (or 0x2B2029) is unknown color: approx Melanzane. HEX triplet: 2B, 20 and 29. RGB value is (43,32,41). Sum of RGB (Red+Green+Blue) = 43+32+41=116 (15% of max value = 765). Red value is 43 (17.19% from 255 or 37.07% from 116); Green value is 32 (12.89% from 255 or 27.59% from 116); Blue value is 41 (16.41% from 255 or 35.34% from 116); Max value from RGB is 43 - color contains mainly: red. Hex color #2B2029 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B2029 is #D4DFD6. Grayscale: #242424. Windows color (decimal): -13950935 or 2695211. OLE color: 2695211.

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

Color convert

RGB433241-
CMYK00.260.050.83
HSL310.91º14.67%14.71%-
HSV(B)310.91º25.58%16.86%-
XYZ1.911.712.33-
YUV36.32130.64132.77-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 37.07%
GREEN value IS 32 (12.89% from 255) = 27.59%
BLUE value IS 41 (16.41% from 255) = 35.34%
R=37.07%
G=27.59%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.05
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal43324100.260.050.83310.9114.6714.71
Hex2B202901A553137ff
Octal53405103251234671717
Binary101011100000101001011010101101001110011011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B2029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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