#2C1B28

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

Shades of Melanzane #2C1B28

Tints of Melanzane #2C1B28

Color information

#2C1B28 (or 0x2C1B28) is unknown color: approx Melanzane. HEX triplet: 2C, 1B and 28. RGB value is (44,27,40). Sum of RGB (Red+Green+Blue) = 44+27+40=111 (14% of max value = 765). Red value is 44 (17.58% from 255 or 39.64% from 111); Green value is 27 (10.94% from 255 or 24.32% from 111); Blue value is 40 (16.02% from 255 or 36.04% from 111); Max value from RGB is 44 - color contains mainly: red. Hex color #2C1B28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C1B28 is #D3E4D7. Grayscale: #212121. Windows color (decimal): -13886680 or 2628396. OLE color: 2628396.

HSL color Cylindrical-coordinate representation of color #2C1B28: hue angle of 314.12º degrees, saturation: 0.24, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2C1B28 is Cyan = 0, Magento = 0.39, Yellow = 0.09 and Black (K on CMYK) = 0.83.

Color convert

RGB442740-
CMYK00.390.090.83
HSL314.12º23.94%13.92%-
HSV(B)314.12º38.64%17.25%-
XYZ1.811.472.2-
YUV33.56131.63135.44-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 39.64%
GREEN value IS 27 (10.94% from 255) = 24.32%
BLUE value IS 40 (16.02% from 255) = 36.04%
R=39.64%
G=24.32%
B=36.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.09
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal44274000.390.090.83314.1223.9413.92
Hex2C1B2802795313a18e
Octal543350047111234723016
Binary10110011011101000010011110011010011100111010110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C1B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,27,40); }

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

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

 a { background-color: rgb(44,27,40); }

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

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

 span { border-color: rgb(44,27,40); }

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