#25051E

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

Shades of Melanzane #25051E

Tints of Melanzane #25051E

Color information

#25051E (or 0x25051E) is unknown color: approx Melanzane. HEX triplet: 25, 05 and 1E. RGB value is (37,5,30). Sum of RGB (Red+Green+Blue) = 37+5+30=72 (9% of max value = 765). Red value is 37 (14.84% from 255 or 51.39% from 72); Green value is 5 (2.34% from 255 or 6.94% from 72); Blue value is 30 (12.11% from 255 or 41.67% from 72); Max value from RGB is 37 - color contains mainly: red. Hex color #25051E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25051E is #DAFAE1. Grayscale: #111111. Windows color (decimal): -14351074 or 1967397. OLE color: 1967397.

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

Color convert

RGB37530-
CMYK00.860.190.85
HSL313.12º76.19%8.24%-
HSV(B)313.12º86.49%14.51%-
XYZ1.050.61.29-
YUV17.42135.1141.97-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 51.39%
GREEN value IS 5 (2.34% from 255) = 6.94%
BLUE value IS 30 (12.11% from 255) = 41.67%
R=51.39%
G=6.94%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.19
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3753000.860.190.85313.1276.198.24
Hex2551E05613551394c8
Octal4553601262312547111410
Binary100101101111100101011010011101010110011100110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25051E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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