#25091F

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

Shades of Melanzane #25091F

Tints of Melanzane #25091F

Color information

#25091F (or 0x25091F) is unknown color: approx Melanzane. HEX triplet: 25, 09 and 1F. RGB value is (37,9,31). Sum of RGB (Red+Green+Blue) = 37+9+31=77 (10% of max value = 765). Red value is 37 (14.84% from 255 or 48.05% from 77); Green value is 9 (3.91% from 255 or 11.69% from 77); Blue value is 31 (12.5% from 255 or 40.26% from 77); Max value from RGB is 37 - color contains mainly: red. Hex color #25091F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25091F is #DAF6E0. Grayscale: #131313. Windows color (decimal): -14350049 or 2033957. OLE color: 2033957.

HSL color Cylindrical-coordinate representation of color #25091F: hue angle of 312.86º 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 #25091F is Cyan = 0, Magento = 0.76, Yellow = 0.16 and Black (K on CMYK) = 0.85.

Color convert

RGB37931-
CMYK00.760.160.85
HSL312.86º60.87%9.02%-
HSV(B)312.86º75.68%14.51%-
XYZ1.110.691.37-
YUV19.88134.28140.21-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 48.05%
GREEN value IS 9 (3.91% from 255) = 11.69%
BLUE value IS 31 (12.5% from 255) = 40.26%
R=48.05%
G=11.69%
B=40.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.16
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3793100.760.160.85312.8660.879.02
Hex2591F04C10551393d9
Octal4511370114201254717511
Binary100101100111111010011001000010101011001110011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25091F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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