#2D1225

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

Shades of Melanzane #2D1225

Tints of Melanzane #2D1225

Color information

#2D1225 (or 0x2D1225) is unknown color: approx Melanzane. HEX triplet: 2D, 12 and 25. RGB value is (45,18,37). Sum of RGB (Red+Green+Blue) = 45+18+37=100 (13% of max value = 765). Red value is 45 (17.97% from 255 or 45% from 100); Green value is 18 (7.42% from 255 or 18% from 100); Blue value is 37 (14.84% from 255 or 37% from 100); Max value from RGB is 45 - color contains mainly: red. Hex color #2D1225 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D1225 is #D2EDDA. Grayscale: #1C1C1C. Windows color (decimal): -13823451 or 2429485. OLE color: 2429485.

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

Color convert

RGB451837-
CMYK00.60.180.82
HSL317.78º42.86%12.35%-
HSV(B)317.78º60%17.65%-
XYZ1.631.121.88-
YUV28.24132.95139.96-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 45%
GREEN value IS 18 (7.42% from 255) = 18%
BLUE value IS 37 (14.84% from 255) = 37%
R=45%
G=18%
B=37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.18
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal45183700.60.180.82317.7842.8612.35
Hex2D122503C125213e2bc
Octal552245074221224765314
Binary1011011001010010101111001001010100101001111101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D1225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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