#2D252B

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

Shades of Melanzane #2D252B

Tints of Melanzane #2D252B

Color information

#2D252B (or 0x2D252B) is unknown color: approx Melanzane. HEX triplet: 2D, 25 and 2B. RGB value is (45,37,43). Sum of RGB (Red+Green+Blue) = 45+37+43=125 (16% of max value = 765). Red value is 45 (17.97% from 255 or 36% from 125); Green value is 37 (14.84% from 255 or 29.6% from 125); Blue value is 43 (17.19% from 255 or 34.4% from 125); Max value from RGB is 45 - color contains mainly: red. Hex color #2D252B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D252B is #D2DAD4. Grayscale: #282828. Windows color (decimal): -13818581 or 2827565. OLE color: 2827565.

HSL color Cylindrical-coordinate representation of color #2D252B: hue angle of 315º 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 #2D252B is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.82.

Color convert

RGB453743-
CMYK00.180.040.82
HSL315º9.76%16.08%-
HSV(B)315º17.78%17.65%-
XYZ2.182.062.57-
YUV40.08129.65131.51-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 36%
GREEN value IS 37 (14.84% from 255) = 29.6%
BLUE value IS 43 (17.19% from 255) = 34.4%
R=36%
G=29.6%
B=34.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.04
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal45374300.180.040.823159.7616.08
Hex2D252B01245213ba10
Octal55455302241224731220
Binary1011011001011010110100101001010010100111011101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D252B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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