#25141E

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

Shades of Melanzane #25141E

Tints of Melanzane #25141E

Color information

#25141E (or 0x25141E) is unknown color: approx Melanzane. HEX triplet: 25, 14 and 1E. RGB value is (37,20,30). Sum of RGB (Red+Green+Blue) = 37+20+30=87 (11% of max value = 765). Red value is 37 (14.84% from 255 or 42.53% from 87); Green value is 20 (8.20% from 255 or 22.99% from 87); Blue value is 30 (12.11% from 255 or 34.48% from 87); Max value from RGB is 37 - color contains mainly: red. Hex color #25141E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25141E is #DAEBE1. Grayscale: #1A1A1A. Windows color (decimal): -14347234 or 1971237. OLE color: 1971237.

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

Color convert

RGB372030-
CMYK00.460.190.85
HSL324.71º29.82%11.18%-
HSV(B)324.71º45.95%14.51%-
XYZ1.250.991.35-
YUV26.22130.13135.69-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 42.53%
GREEN value IS 20 (8.20% from 255) = 22.99%
BLUE value IS 30 (12.11% from 255) = 34.48%
R=42.53%
G=22.99%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.19
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37203000.460.190.85324.7129.8211.18
Hex25141E02E13551451eb
Octal452436056231255053613
Binary10010110100111100101110100111010101101000101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25141E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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