#25061E

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

Shades of Melanzane #25061E

Tints of Melanzane #25061E

Color information

#25061E (or 0x25061E) is unknown color: approx Melanzane. HEX triplet: 25, 06 and 1E. RGB value is (37,6,30). Sum of RGB (Red+Green+Blue) = 37+6+30=73 (9% of max value = 765). Red value is 37 (14.84% from 255 or 50.68% from 73); Green value is 6 (2.73% from 255 or 8.22% from 73); Blue value is 30 (12.11% from 255 or 41.10% from 73); Max value from RGB is 37 - color contains mainly: red. Hex color #25061E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25061E is #DAF9E1. Grayscale: #111111. Windows color (decimal): -14350818 or 1967653. OLE color: 1967653.

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

Color convert

RGB37630-
CMYK00.840.190.85
HSL313.55º72.09%8.43%-
HSV(B)313.55º83.78%14.51%-
XYZ1.060.621.29-
YUV18134.77141.55-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 50.68%
GREEN value IS 6 (2.73% from 255) = 8.22%
BLUE value IS 30 (12.11% from 255) = 41.10%
R=50.68%
G=8.22%
B=41.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.19
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3763000.840.190.85313.5572.098.43
Hex2561E054135513a488
Octal4563601242312547211010
Binary100101110111100101010010011101010110011101010010001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25061E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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