#251120

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

Shades of Melanzane #251120

Tints of Melanzane #251120

Color information

#251120 (or 0x251120) is unknown color: approx Melanzane. HEX triplet: 25, 11 and 20. RGB value is (37,17,32). Sum of RGB (Red+Green+Blue) = 37+17+32=86 (11% of max value = 765). Red value is 37 (14.84% from 255 or 43.02% from 86); Green value is 17 (7.03% from 255 or 19.77% from 86); Blue value is 32 (12.89% from 255 or 37.21% from 86); Max value from RGB is 37 - color contains mainly: red. Hex color #251120 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #251120 is #DAEEDF. Grayscale: #181818. Windows color (decimal): -14348000 or 2101541. OLE color: 2101541.

HSL color Cylindrical-coordinate representation of color #251120: hue angle of 315º degrees, saturation: 0.37, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #251120 is Cyan = 0, Magento = 0.54, Yellow = 0.14 and Black (K on CMYK) = 0.85.

Color convert

RGB371732-
CMYK00.540.140.85
HSL315º37.04%10.59%-
HSV(B)315º54.05%14.51%-
XYZ1.220.91.48-
YUV24.69132.13136.78-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 43.02%
GREEN value IS 17 (7.03% from 255) = 19.77%
BLUE value IS 32 (12.89% from 255) = 37.21%
R=43.02%
G=19.77%
B=37.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.14
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37173200.540.140.8531537.0410.59
Hex251120036E5513b25b
Octal452140066161254734513
Binary100101100011000000110110111010101011001110111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251120; }

 p { color: rgb(37,17,32); }

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

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

 a { background-color: rgb(37,17,32); }

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

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

 span { border-color: rgb(37,17,32); }

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