#25071E

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

Shades of Melanzane #25071E

Tints of Melanzane #25071E

Color information

#25071E (or 0x25071E) is unknown color: approx Melanzane. HEX triplet: 25, 07 and 1E. RGB value is (37,7,30). Sum of RGB (Red+Green+Blue) = 37+7+30=74 (9% of max value = 765). Red value is 37 (14.84% from 255 or 50% from 74); Green value is 7 (3.12% from 255 or 9.46% from 74); Blue value is 30 (12.11% from 255 or 40.54% from 74); Max value from RGB is 37 - color contains mainly: red. Hex color #25071E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25071E is #DAF8E1. Grayscale: #121212. Windows color (decimal): -14350562 or 1967909. OLE color: 1967909.

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

Color convert

RGB37730-
CMYK00.810.190.85
HSL314º68.18%8.63%-
HSV(B)314º81.08%14.51%-
XYZ1.070.641.3-
YUV18.59134.44141.13-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 50%
GREEN value IS 7 (3.12% from 255) = 9.46%
BLUE value IS 30 (12.11% from 255) = 40.54%
R=50%
G=9.46%
B=40.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.19
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3773000.810.190.8531468.188.63
Hex2571E051135513a449
Octal4573601212312547210411
Binary100101111111100101000110011101010110011101010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25071E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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