#2A0D22

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

Shades of Melanzane #2A0D22

Tints of Melanzane #2A0D22

Color information

#2A0D22 (or 0x2A0D22) is unknown color: approx Melanzane. HEX triplet: 2A, 0D and 22. RGB value is (42,13,34). Sum of RGB (Red+Green+Blue) = 42+13+34=89 (11% of max value = 765). Red value is 42 (16.80% from 255 or 47.19% from 89); Green value is 13 (5.47% from 255 or 14.61% from 89); Blue value is 34 (13.67% from 255 or 38.20% from 89); Max value from RGB is 42 - color contains mainly: red. Hex color #2A0D22 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A0D22 is #D5F2DD. Grayscale: #181818. Windows color (decimal): -14021342 or 2231594. OLE color: 2231594.

HSL color Cylindrical-coordinate representation of color #2A0D22: hue angle of 316.55º degrees, saturation: 0.53, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2A0D22 is Cyan = 0, Magento = 0.69, Yellow = 0.19 and Black (K on CMYK) = 0.84.

Color convert

RGB421334-
CMYK00.690.190.84
HSL316.55º52.73%10.78%-
HSV(B)316.55º69.05%16.47%-
XYZ1.390.91.61-
YUV24.06133.61140.79-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 47.19%
GREEN value IS 13 (5.47% from 255) = 14.61%
BLUE value IS 34 (13.67% from 255) = 38.20%
R=47.19%
G=14.61%
B=38.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.19
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal42133400.690.190.84316.5552.7310.78
Hex2AD22045135413d35b
Octal5215420105231244756513
Binary1010101101100010010001011001110101001001111011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A0D22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,13,34); }

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

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

 a { background-color: rgb(42,13,34); }

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

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

 span { border-color: rgb(42,13,34); }

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