#2A1326

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

Shades of Melanzane #2A1326

Tints of Melanzane #2A1326

Color information

#2A1326 (or 0x2A1326) is unknown color: approx Melanzane. HEX triplet: 2A, 13 and 26. RGB value is (42,19,38). Sum of RGB (Red+Green+Blue) = 42+19+38=99 (13% of max value = 765). Red value is 42 (16.80% from 255 or 42.42% from 99); Green value is 19 (7.81% from 255 or 19.19% from 99); Blue value is 38 (15.23% from 255 or 38.38% from 99); Max value from RGB is 42 - color contains mainly: red. Hex color #2A1326 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A1326 is #D5ECD9. Grayscale: #1B1B1B. Windows color (decimal): -14019802 or 2495274. OLE color: 2495274.

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

Color convert

RGB421938-
CMYK00.550.100.84
HSL310.43º37.7%11.96%-
HSV(B)310.43º54.76%16.47%-
XYZ1.541.11.96-
YUV28.04133.62137.96-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 42.42%
GREEN value IS 19 (7.81% from 255) = 19.19%
BLUE value IS 38 (15.23% from 255) = 38.38%
R=42.42%
G=19.19%
B=38.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.10
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal42193800.550.100.84310.4337.711.96
Hex2A1326037A5413626c
Octal522346067121244664614
Binary101010100111001100110111101010101001001101101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A1326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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