#2D232A

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

Shades of Melanzane #2D232A

Tints of Melanzane #2D232A

Color information

#2D232A (or 0x2D232A) is unknown color: approx Melanzane. HEX triplet: 2D, 23 and 2A. RGB value is (45,35,42). Sum of RGB (Red+Green+Blue) = 45+35+42=122 (16% of max value = 765). Red value is 45 (17.97% from 255 or 36.89% from 122); Green value is 35 (14.06% from 255 or 28.69% from 122); Blue value is 42 (16.80% from 255 or 34.43% from 122); Max value from RGB is 45 - color contains mainly: red. Hex color #2D232A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D232A is #D2DCD5. Grayscale: #262626. Windows color (decimal): -13819094 or 2761517. OLE color: 2761517.

HSL color Cylindrical-coordinate representation of color #2D232A: hue angle of 318º degrees, saturation: 0.12, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #2D232A is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.82.

Color convert

RGB453542-
CMYK00.220.070.82
HSL318º12.5%15.69%-
HSV(B)318º22.22%17.65%-
XYZ2.11.932.45-
YUV38.79129.81132.43-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 36.89%
GREEN value IS 35 (14.06% from 255) = 28.69%
BLUE value IS 42 (16.80% from 255) = 34.43%
R=36.89%
G=28.69%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.07
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal45354200.220.070.8231812.515.69
Hex2D232A01675213ec10
Octal55435202671224761420
Binary1011011000111010100101101111010010100111110110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D232A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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