#2D1827

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

Shades of Melanzane #2D1827

Tints of Melanzane #2D1827

Color information

#2D1827 (or 0x2D1827) is unknown color: approx Melanzane. HEX triplet: 2D, 18 and 27. RGB value is (45,24,39). Sum of RGB (Red+Green+Blue) = 45+24+39=108 (14% of max value = 765). Red value is 45 (17.97% from 255 or 41.67% from 108); Green value is 24 (9.77% from 255 or 22.22% from 108); Blue value is 39 (15.62% from 255 or 36.11% from 108); Max value from RGB is 45 - color contains mainly: red. Hex color #2D1827 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D1827 is #D2E7D8. Grayscale: #1F1F1F. Windows color (decimal): -13821913 or 2562093. OLE color: 2562093.

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

Color convert

RGB452439-
CMYK00.470.130.82
HSL317.14º30.43%13.53%-
HSV(B)317.14º46.67%17.65%-
XYZ1.781.362.09-
YUV31.99131.96137.28-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 41.67%
GREEN value IS 24 (9.77% from 255) = 22.22%
BLUE value IS 39 (15.62% from 255) = 36.11%
R=41.67%
G=22.22%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.13
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal45243900.470.130.82317.1430.4313.53
Hex2D182702FD5213d1ee
Octal553047057151224753616
Binary10110111000100111010111111011010010100111101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D1827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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