#2B1F28

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

Shades of Melanzane #2B1F28

Tints of Melanzane #2B1F28

Color information

#2B1F28 (or 0x2B1F28) is unknown color: approx Melanzane. HEX triplet: 2B, 1F and 28. RGB value is (43,31,40). Sum of RGB (Red+Green+Blue) = 43+31+40=114 (15% of max value = 765). Red value is 43 (17.19% from 255 or 37.72% from 114); Green value is 31 (12.5% from 255 or 27.19% from 114); Blue value is 40 (16.02% from 255 or 35.09% from 114); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1F28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B1F28 is #D4E0D7. Grayscale: #232323. Windows color (decimal): -13951192 or 2629419. OLE color: 2629419.

HSL color Cylindrical-coordinate representation of color #2B1F28: hue angle of 315º degrees, saturation: 0.16, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #2B1F28 is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.83.

Color convert

RGB433140-
CMYK00.280.070.83
HSL315º16.22%14.51%-
HSV(B)315º27.91%16.86%-
XYZ1.871.652.23-
YUV35.61130.48133.27-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 37.72%
GREEN value IS 31 (12.5% from 255) = 27.19%
BLUE value IS 40 (16.02% from 255) = 35.09%
R=37.72%
G=27.19%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.07
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal43314000.280.070.8331516.2214.51
Hex2B1F2801C75313b10f
Octal53375003471234732017
Binary101011111111010000111001111010011100111011100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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