#25111E

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

Shades of Melanzane #25111E

Tints of Melanzane #25111E

Color information

#25111E (or 0x25111E) is unknown color: approx Melanzane. HEX triplet: 25, 11 and 1E. RGB value is (37,17,30). Sum of RGB (Red+Green+Blue) = 37+17+30=84 (11% of max value = 765). Red value is 37 (14.84% from 255 or 44.05% from 84); Green value is 17 (7.03% from 255 or 20.24% from 84); Blue value is 30 (12.11% from 255 or 35.71% from 84); Max value from RGB is 37 - color contains mainly: red. Hex color #25111E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25111E is #DAEEE1. Grayscale: #181818. Windows color (decimal): -14348002 or 1970469. OLE color: 1970469.

HSL color Cylindrical-coordinate representation of color #25111E: hue angle of 321º 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 #25111E is Cyan = 0, Magento = 0.54, Yellow = 0.19 and Black (K on CMYK) = 0.85.

Color convert

RGB371730-
CMYK00.540.190.85
HSL321º37.04%10.59%-
HSV(B)321º54.05%14.51%-
XYZ1.20.891.34-
YUV24.46131.13136.94-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 44.05%
GREEN value IS 17 (7.03% from 255) = 20.24%
BLUE value IS 30 (12.11% from 255) = 35.71%
R=44.05%
G=20.24%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.19
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37173000.540.190.8532137.0410.59
Hex25111E036135514125b
Octal452136066231255014513
Binary100101100011111001101101001110101011010000011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25111E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25111E; }

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

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

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

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

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

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

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

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