#2A1825

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

Shades of Melanzane #2A1825

Tints of Melanzane #2A1825

Color information

#2A1825 (or 0x2A1825) is unknown color: approx Melanzane. HEX triplet: 2A, 18 and 25. RGB value is (42,24,37). Sum of RGB (Red+Green+Blue) = 42+24+37=103 (13% of max value = 765). Red value is 42 (16.80% from 255 or 40.78% from 103); Green value is 24 (9.77% from 255 or 23.30% from 103); Blue value is 37 (14.84% from 255 or 35.92% from 103); Max value from RGB is 42 - color contains mainly: red. Hex color #2A1825 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A1825 is #D5E7DA. Grayscale: #1E1E1E. Windows color (decimal): -14018523 or 2431018. OLE color: 2431018.

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

Color convert

RGB422437-
CMYK00.430.120.84
HSL316.67º27.27%12.94%-
HSV(B)316.67º42.86%16.47%-
XYZ1.621.281.91-
YUV30.86131.46135.94-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 40.78%
GREEN value IS 24 (9.77% from 255) = 23.30%
BLUE value IS 37 (14.84% from 255) = 35.92%
R=40.78%
G=23.30%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.12
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal42243700.430.120.84316.6727.2712.94
Hex2A182502BC5413d1bd
Octal523045053141244753315
Binary10101011000100101010101111001010100100111101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A1825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,24,37); }

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

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

 a { background-color: rgb(42,24,37); }

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

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

 span { border-color: rgb(42,24,37); }

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