#2C1025

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

Shades of Melanzane #2C1025

Tints of Melanzane #2C1025

Color information

#2C1025 (or 0x2C1025) is unknown color: approx Melanzane. HEX triplet: 2C, 10 and 25. RGB value is (44,16,37). Sum of RGB (Red+Green+Blue) = 44+16+37=97 (12% of max value = 765). Red value is 44 (17.58% from 255 or 45.36% from 97); Green value is 16 (6.64% from 255 or 16.49% from 97); Blue value is 37 (14.84% from 255 or 38.14% from 97); Max value from RGB is 44 - color contains mainly: red. Hex color #2C1025 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C1025 is #D3EFDA. Grayscale: #1A1A1A. Windows color (decimal): -13889499 or 2428972. OLE color: 2428972.

HSL color Cylindrical-coordinate representation of color #2C1025: hue angle of 315º degrees, saturation: 0.47, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2C1025 is Cyan = 0, Magento = 0.64, Yellow = 0.16 and Black (K on CMYK) = 0.83.

Color convert

RGB441637-
CMYK00.640.160.83
HSL315º46.67%11.76%-
HSV(B)315º63.64%17.25%-
XYZ1.561.041.87-
YUV26.77133.78140.29-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 45.36%
GREEN value IS 16 (6.64% from 255) = 16.49%
BLUE value IS 37 (14.84% from 255) = 38.14%
R=45.36%
G=16.49%
B=38.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.16
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal44163700.640.160.8331546.6711.76
Hex2C1025040105313b2fc
Octal5420450100201234735714
Binary10110010000100101010000001000010100111001110111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C1025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,16,37); }

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

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

 a { background-color: rgb(44,16,37); }

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

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

 span { border-color: rgb(44,16,37); }

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