#2A1526

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

Shades of Melanzane #2A1526

Tints of Melanzane #2A1526

Color information

#2A1526 (or 0x2A1526) is unknown color: approx Melanzane. HEX triplet: 2A, 15 and 26. RGB value is (42,21,38). Sum of RGB (Red+Green+Blue) = 42+21+38=101 (13% of max value = 765). Red value is 42 (16.80% from 255 or 41.58% from 101); Green value is 21 (8.59% from 255 or 20.79% from 101); Blue value is 38 (15.23% from 255 or 37.62% from 101); Max value from RGB is 42 - color contains mainly: red. Hex color #2A1526 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A1526 is #D5EAD9. Grayscale: #1D1D1D. Windows color (decimal): -14019290 or 2495786. OLE color: 2495786.

HSL color Cylindrical-coordinate representation of color #2A1526: hue angle of 311.43º degrees, saturation: 0.33, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2A1526 is Cyan = 0, Magento = 0.50, Yellow = 0.10 and Black (K on CMYK) = 0.84.

Color convert

RGB422138-
CMYK00.500.100.84
HSL311.43º33.33%12.35%-
HSV(B)311.43º50%16.47%-
XYZ1.571.171.98-
YUV29.22132.96137.12-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 41.58%
GREEN value IS 21 (8.59% from 255) = 20.79%
BLUE value IS 38 (15.23% from 255) = 37.62%
R=41.58%
G=20.79%
B=37.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.10
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal42213800.500.100.84311.4333.3312.35
Hex2A1526032A5413721c
Octal522546062121244674114
Binary101010101011001100110010101010101001001101111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A1526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,21,38); }

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

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

 a { background-color: rgb(42,21,38); }

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

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

 span { border-color: rgb(42,21,38); }

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