#2D1B27

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

Shades of Melanzane #2D1B27

Tints of Melanzane #2D1B27

Color information

#2D1B27 (or 0x2D1B27) is unknown color: approx Melanzane. HEX triplet: 2D, 1B and 27. RGB value is (45,27,39). Sum of RGB (Red+Green+Blue) = 45+27+39=111 (14% of max value = 765). Red value is 45 (17.97% from 255 or 40.54% from 111); Green value is 27 (10.94% from 255 or 24.32% from 111); Blue value is 39 (15.62% from 255 or 35.14% from 111); Max value from RGB is 45 - color contains mainly: red. Hex color #2D1B27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D1B27 is #D2E4D8. Grayscale: #212121. Windows color (decimal): -13821145 or 2562861. OLE color: 2562861.

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

Color convert

RGB452739-
CMYK00.40.130.82
HSL320º25%14.12%-
HSV(B)320º40%17.65%-
XYZ1.841.492.11-
YUV33.75130.96136.02-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 40.54%
GREEN value IS 27 (10.94% from 255) = 24.32%
BLUE value IS 39 (15.62% from 255) = 35.14%
R=40.54%
G=24.32%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.13
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal45273900.40.130.823202514.12
Hex2D1B27028D5214019e
Octal553347050151225003116
Binary10110111011100111010100011011010010101000000110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D1B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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