#2D1829

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

Shades of Melanzane #2D1829

Tints of Melanzane #2D1829

Color information

#2D1829 (or 0x2D1829) is unknown color: approx Melanzane. HEX triplet: 2D, 18 and 29. RGB value is (45,24,41). Sum of RGB (Red+Green+Blue) = 45+24+41=110 (14% of max value = 765). Red value is 45 (17.97% from 255 or 40.91% from 110); Green value is 24 (9.77% from 255 or 21.82% from 110); Blue value is 41 (16.41% from 255 or 37.27% from 110); Max value from RGB is 45 - color contains mainly: red. Hex color #2D1829 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D1829 is #D2E7D6. Grayscale: #202020. Windows color (decimal): -13821911 or 2693165. OLE color: 2693165.

HSL color Cylindrical-coordinate representation of color #2D1829: hue angle of 311.43º degrees, saturation: 0.3, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2D1829 is Cyan = 0, Magento = 0.47, Yellow = 0.09 and Black (K on CMYK) = 0.82.

Color convert

RGB452441-
CMYK00.470.090.82
HSL311.43º30.43%13.53%-
HSV(B)311.43º46.67%17.65%-
XYZ1.811.372.27-
YUV32.22132.96137.12-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 40.91%
GREEN value IS 24 (9.77% from 255) = 21.82%
BLUE value IS 41 (16.41% from 255) = 37.27%
R=40.91%
G=21.82%
B=37.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.09
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal45244100.470.090.82311.4330.4313.53
Hex2D182902F9521371ee
Octal553051057111224673616
Binary10110111000101001010111110011010010100110111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D1829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,24,41); }

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

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

 a { background-color: rgb(45,24,41); }

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

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

 span { border-color: rgb(45,24,41); }

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