#2B1725

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

Shades of Melanzane #2B1725

Tints of Melanzane #2B1725

Color information

#2B1725 (or 0x2B1725) is unknown color: approx Melanzane. HEX triplet: 2B, 17 and 25. RGB value is (43,23,37). Sum of RGB (Red+Green+Blue) = 43+23+37=103 (13% of max value = 765). Red value is 43 (17.19% from 255 or 41.75% from 103); Green value is 23 (9.38% from 255 or 22.33% from 103); Blue value is 37 (14.84% from 255 or 35.92% from 103); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1725 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B1725 is #D4E8DA. Grayscale: #1E1E1E. Windows color (decimal): -13953243 or 2430763. OLE color: 2430763.

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

Color convert

RGB432337-
CMYK00.470.140.83
HSL318º30.3%12.94%-
HSV(B)318º46.51%16.86%-
XYZ1.641.261.91-
YUV30.58131.63136.86-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 41.75%
GREEN value IS 23 (9.38% from 255) = 22.33%
BLUE value IS 37 (14.84% from 255) = 35.92%
R=41.75%
G=22.33%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.14
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal43233700.470.140.8331830.312.94
Hex2B172502FE5313e1ed
Octal532745057161234763615
Binary10101110111100101010111111101010011100111110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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