#25091E

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

Shades of Melanzane #25091E

Tints of Melanzane #25091E

Color information

#25091E (or 0x25091E) is unknown color: approx Melanzane. HEX triplet: 25, 09 and 1E. RGB value is (37,9,30). Sum of RGB (Red+Green+Blue) = 37+9+30=76 (10% of max value = 765). Red value is 37 (14.84% from 255 or 48.68% from 76); Green value is 9 (3.91% from 255 or 11.84% from 76); Blue value is 30 (12.11% from 255 or 39.47% from 76); Max value from RGB is 37 - color contains mainly: red. Hex color #25091E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25091E is #DAF6E1. Grayscale: #131313. Windows color (decimal): -14350050 or 1968421. OLE color: 1968421.

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

Color convert

RGB37930-
CMYK00.760.190.85
HSL315º60.87%9.02%-
HSV(B)315º75.68%14.51%-
XYZ1.090.681.3-
YUV19.77133.78140.29-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 48.68%
GREEN value IS 9 (3.91% from 255) = 11.84%
BLUE value IS 30 (12.11% from 255) = 39.47%
R=48.68%
G=11.84%
B=39.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.19
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3793000.760.190.8531560.879.02
Hex2591E04C135513b3d9
Octal4511360114231254737511
Binary100101100111110010011001001110101011001110111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25091E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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