#2B1727

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

Shades of Melanzane #2B1727

Tints of Melanzane #2B1727

Color information

#2B1727 (or 0x2B1727) is unknown color: approx Melanzane. HEX triplet: 2B, 17 and 27. RGB value is (43,23,39). Sum of RGB (Red+Green+Blue) = 43+23+39=105 (13% of max value = 765). Red value is 43 (17.19% from 255 or 40.95% from 105); Green value is 23 (9.38% from 255 or 21.90% from 105); Blue value is 39 (15.62% from 255 or 37.14% from 105); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1727 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B1727 is #D4E8D8. Grayscale: #1E1E1E. Windows color (decimal): -13953241 or 2561835. OLE color: 2561835.

HSL color Cylindrical-coordinate representation of color #2B1727: hue angle of 312º degrees, saturation: 0.3, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2B1727 is Cyan = 0, Magento = 0.47, Yellow = 0.09 and Black (K on CMYK) = 0.83.

Color convert

RGB432339-
CMYK00.470.090.83
HSL312º30.3%12.94%-
HSV(B)312º46.51%16.86%-
XYZ1.671.272.08-
YUV30.8132.63136.7-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 40.95%
GREEN value IS 23 (9.38% from 255) = 21.90%
BLUE value IS 39 (15.62% from 255) = 37.14%
R=40.95%
G=21.90%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.09
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal43233900.470.090.8331230.312.94
Hex2B172702F9531381ed
Octal532747057111234703615
Binary10101110111100111010111110011010011100111000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,23,39); }

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

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

 a { background-color: rgb(43,23,39); }

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

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

 span { border-color: rgb(43,23,39); }

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