#25111F

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

Shades of Melanzane #25111F

Tints of Melanzane #25111F

Color information

#25111F (or 0x25111F) is unknown color: approx Melanzane. HEX triplet: 25, 11 and 1F. RGB value is (37,17,31). Sum of RGB (Red+Green+Blue) = 37+17+31=85 (11% of max value = 765). Red value is 37 (14.84% from 255 or 43.53% from 85); Green value is 17 (7.03% from 255 or 20% from 85); Blue value is 31 (12.5% from 255 or 36.47% from 85); Max value from RGB is 37 - color contains mainly: red. Hex color #25111F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25111F is #DAEEE0. Grayscale: #181818. Windows color (decimal): -14348001 or 2036005. OLE color: 2036005.

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

Color convert

RGB371731-
CMYK00.540.160.85
HSL318º37.04%10.59%-
HSV(B)318º54.05%14.51%-
XYZ1.210.891.4-
YUV24.58131.63136.86-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 43.53%
GREEN value IS 17 (7.03% from 255) = 20%
BLUE value IS 31 (12.5% from 255) = 36.47%
R=43.53%
G=20%
B=36.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.16
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37173100.540.160.8531837.0410.59
Hex25111F036105513e25b
Octal452137066201254764513
Binary100101100011111101101101000010101011001111101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25111F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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