#2A1523

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

Shades of Melanzane #2A1523

Tints of Melanzane #2A1523

Color information

#2A1523 (or 0x2A1523) is unknown color: approx Melanzane. HEX triplet: 2A, 15 and 23. RGB value is (42,21,35). Sum of RGB (Red+Green+Blue) = 42+21+35=98 (12% of max value = 765). Red value is 42 (16.80% from 255 or 42.86% from 98); Green value is 21 (8.59% from 255 or 21.43% from 98); Blue value is 35 (14.06% from 255 or 35.71% from 98); Max value from RGB is 42 - color contains mainly: red. Hex color #2A1523 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A1523 is #D5EADC. Grayscale: #1C1C1C. Windows color (decimal): -14019293 or 2299178. OLE color: 2299178.

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

Color convert

RGB422135-
CMYK00.500.170.84
HSL320º33.33%12.35%-
HSV(B)320º50%16.47%-
XYZ1.531.151.73-
YUV28.88131.46137.36-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 42.86%
GREEN value IS 21 (8.59% from 255) = 21.43%
BLUE value IS 35 (14.06% from 255) = 35.71%
R=42.86%
G=21.43%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.17
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal42213500.500.170.8432033.3312.35
Hex2A1523032115414021c
Octal522543062211245004114
Binary1010101010110001101100101000110101001010000001000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A1523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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