#2A1524

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

Shades of Melanzane #2A1524

Tints of Melanzane #2A1524

Color information

#2A1524 (or 0x2A1524) is unknown color: approx Melanzane. HEX triplet: 2A, 15 and 24. RGB value is (42,21,36). Sum of RGB (Red+Green+Blue) = 42+21+36=99 (13% of max value = 765). Red value is 42 (16.80% from 255 or 42.42% from 99); Green value is 21 (8.59% from 255 or 21.21% from 99); Blue value is 36 (14.45% from 255 or 36.36% from 99); Max value from RGB is 42 - color contains mainly: red. Hex color #2A1524 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A1524 is #D5EADB. Grayscale: #1C1C1C. Windows color (decimal): -14019292 or 2364714. OLE color: 2364714.

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

Color convert

RGB422136-
CMYK00.500.140.84
HSL317.14º33.33%12.35%-
HSV(B)317.14º50%16.47%-
XYZ1.541.161.81-
YUV28.99131.96137.28-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 42.42%
GREEN value IS 21 (8.59% from 255) = 21.21%
BLUE value IS 36 (14.45% from 255) = 36.36%
R=42.42%
G=21.21%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.14
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal42213600.500.140.84317.1433.3312.35
Hex2A1524032E5413d21c
Octal522544062161244754114
Binary101010101011001000110010111010101001001111011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A1524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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