#25151F

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

Shades of Melanzane #25151F

Tints of Melanzane #25151F

Color information

#25151F (or 0x25151F) is unknown color: approx Melanzane. HEX triplet: 25, 15 and 1F. RGB value is (37,21,31). Sum of RGB (Red+Green+Blue) = 37+21+31=89 (11% of max value = 765). Red value is 37 (14.84% from 255 or 41.57% from 89); Green value is 21 (8.59% from 255 or 23.60% from 89); Blue value is 31 (12.5% from 255 or 34.83% from 89); Max value from RGB is 37 - color contains mainly: red. Hex color #25151F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25151F is #DAEAE0. Grayscale: #1A1A1A. Windows color (decimal): -14346977 or 2037029. OLE color: 2037029.

HSL color Cylindrical-coordinate representation of color #25151F: hue angle of 322.5º degrees, saturation: 0.28, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #25151F is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.85.

Color convert

RGB372131-
CMYK00.430.160.85
HSL322.5º27.59%11.37%-
HSV(B)322.5º43.24%14.51%-
XYZ1.281.031.43-
YUV26.92130.3135.19-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 41.57%
GREEN value IS 21 (8.59% from 255) = 23.60%
BLUE value IS 31 (12.5% from 255) = 34.83%
R=41.57%
G=23.60%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.16
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37213100.430.160.85322.527.5911.37
Hex25151F02B10551421cb
Octal452537053201255023413
Binary10010110101111110101011100001010101101000010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25151F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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