#2A2328

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

Shades of Melanzane #2A2328

Tints of Melanzane #2A2328

Color information

#2A2328 (or 0x2A2328) is unknown color: approx Melanzane. HEX triplet: 2A, 23 and 28. RGB value is (42,35,40). Sum of RGB (Red+Green+Blue) = 42+35+40=117 (15% of max value = 765). Red value is 42 (16.80% from 255 or 35.90% from 117); Green value is 35 (14.06% from 255 or 29.91% from 117); Blue value is 40 (16.02% from 255 or 34.19% from 117); Max value from RGB is 42 - color contains mainly: red. Hex color #2A2328 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A2328 is #D5DCD7. Grayscale: #252525. Windows color (decimal): -14015704 or 2630442. OLE color: 2630442.

HSL color Cylindrical-coordinate representation of color #2A2328: hue angle of 317.14º degrees, saturation: 0.09, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #2A2328 is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.84.

Color convert

RGB423540-
CMYK00.170.050.84
HSL317.14º9.09%15.1%-
HSV(B)317.14º16.67%16.47%-
XYZ1.941.852.26-
YUV37.66129.32131.09-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 35.90%
GREEN value IS 35 (14.06% from 255) = 29.91%
BLUE value IS 40 (16.02% from 255) = 34.19%
R=35.90%
G=29.91%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.05
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal42354000.170.050.84317.149.0915.1
Hex2A232801155413d9f
Octal52435002151244751117
Binary101010100011101000010001101101010010011110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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