#25071F

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

Shades of Melanzane #25071F

Tints of Melanzane #25071F

Color information

#25071F (or 0x25071F) is unknown color: approx Melanzane. HEX triplet: 25, 07 and 1F. RGB value is (37,7,31). Sum of RGB (Red+Green+Blue) = 37+7+31=75 (9% of max value = 765). Red value is 37 (14.84% from 255 or 49.33% from 75); Green value is 7 (3.12% from 255 or 9.33% from 75); Blue value is 31 (12.5% from 255 or 41.33% from 75); Max value from RGB is 37 - color contains mainly: red. Hex color #25071F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25071F is #DAF8E0. Grayscale: #121212. Windows color (decimal): -14350561 or 2033445. OLE color: 2033445.

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

Color convert

RGB37731-
CMYK00.810.160.85
HSL312º68.18%8.63%-
HSV(B)312º81.08%14.51%-
XYZ1.090.641.36-
YUV18.71134.94141.05-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 49.33%
GREEN value IS 7 (3.12% from 255) = 9.33%
BLUE value IS 31 (12.5% from 255) = 41.33%
R=49.33%
G=9.33%
B=41.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.16
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3773100.810.160.8531268.188.63
Hex2571F0511055138449
Octal4573701212012547010411
Binary100101111111110101000110000101010110011100010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25071F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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