#25081E

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

Shades of Melanzane #25081E

Tints of Melanzane #25081E

Color information

#25081E (or 0x25081E) is unknown color: approx Melanzane. HEX triplet: 25, 08 and 1E. RGB value is (37,8,30). Sum of RGB (Red+Green+Blue) = 37+8+30=75 (9% of max value = 765). Red value is 37 (14.84% from 255 or 49.33% from 75); Green value is 8 (3.52% from 255 or 10.67% from 75); Blue value is 30 (12.11% from 255 or 40% from 75); Max value from RGB is 37 - color contains mainly: red. Hex color #25081E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25081E is #DAF7E1. Grayscale: #131313. Windows color (decimal): -14350306 or 1968165. OLE color: 1968165.

HSL color Cylindrical-coordinate representation of color #25081E: hue angle of 314.48º degrees, saturation: 0.64, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #25081E is Cyan = 0, Magento = 0.78, Yellow = 0.19 and Black (K on CMYK) = 0.85.

Color convert

RGB37830-
CMYK00.780.190.85
HSL314.48º64.44%8.82%-
HSV(B)314.48º78.38%14.51%-
XYZ1.080.661.3-
YUV19.18134.11140.71-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 49.33%
GREEN value IS 8 (3.52% from 255) = 10.67%
BLUE value IS 30 (12.11% from 255) = 40%
R=49.33%
G=10.67%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.19
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3783000.780.190.85314.4864.448.82
Hex2581E04E135513a409
Octal45103601162312547210011
Binary1001011000111100100111010011101010110011101010000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25081E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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