#2D1527

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

Shades of Melanzane #2D1527

Tints of Melanzane #2D1527

Color information

#2D1527 (or 0x2D1527) is unknown color: approx Melanzane. HEX triplet: 2D, 15 and 27. RGB value is (45,21,39). Sum of RGB (Red+Green+Blue) = 45+21+39=105 (13% of max value = 765). Red value is 45 (17.97% from 255 or 42.86% from 105); Green value is 21 (8.59% from 255 or 20% from 105); Blue value is 39 (15.62% from 255 or 37.14% from 105); Max value from RGB is 45 - color contains mainly: red. Hex color #2D1527 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D1527 is #D2EAD8. Grayscale: #1E1E1E. Windows color (decimal): -13822681 or 2561325. OLE color: 2561325.

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

Color convert

RGB452139-
CMYK00.530.130.82
HSL315º36.36%12.94%-
HSV(B)315º53.33%17.65%-
XYZ1.721.242.07-
YUV30.23132.95138.54-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 42.86%
GREEN value IS 21 (8.59% from 255) = 20%
BLUE value IS 39 (15.62% from 255) = 37.14%
R=42.86%
G=20%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.13
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal45213900.530.130.8231536.3612.94
Hex2D1527035D5213b24d
Octal552547065151224734415
Binary101101101011001110110101110110100101001110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D1527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,21,39); }

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

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

 a { background-color: rgb(45,21,39); }

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

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

 span { border-color: rgb(45,21,39); }

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