#2D252A

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

Shades of Melanzane #2D252A

Tints of Melanzane #2D252A

Color information

#2D252A (or 0x2D252A) is unknown color: approx Melanzane. HEX triplet: 2D, 25 and 2A. RGB value is (45,37,42). Sum of RGB (Red+Green+Blue) = 45+37+42=124 (16% of max value = 765). Red value is 45 (17.97% from 255 or 36.29% from 124); Green value is 37 (14.84% from 255 or 29.84% from 124); Blue value is 42 (16.80% from 255 or 33.87% from 124); Max value from RGB is 45 - color contains mainly: red. Hex color #2D252A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D252A is #D2DAD5. Grayscale: #272727. Windows color (decimal): -13818582 or 2762029. OLE color: 2762029.

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

Color convert

RGB453742-
CMYK00.180.070.82
HSL322.5º9.76%16.08%-
HSV(B)322.5º17.78%17.65%-
XYZ2.162.052.47-
YUV39.96129.15131.59-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 36.29%
GREEN value IS 37 (14.84% from 255) = 29.84%
BLUE value IS 42 (16.80% from 255) = 33.87%
R=36.29%
G=29.84%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.07
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal45374200.180.070.82322.59.7616.08
Hex2D252A012752142a10
Octal55455202271225021220
Binary1011011001011010100100101111010010101000010101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D252A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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