#25081D

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

Shades of Melanzane #25081D

Tints of Melanzane #25081D

Color information

#25081D (or 0x25081D) is unknown color: approx Melanzane. HEX triplet: 25, 08 and 1D. RGB value is (37,8,29). Sum of RGB (Red+Green+Blue) = 37+8+29=74 (9% of max value = 765). Red value is 37 (14.84% from 255 or 50% from 74); Green value is 8 (3.52% from 255 or 10.81% from 74); Blue value is 29 (11.72% from 255 or 39.19% from 74); Max value from RGB is 37 - color contains mainly: red. Hex color #25081D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25081D is #DAF7E2. Grayscale: #131313. Windows color (decimal): -14350307 or 1902629. OLE color: 1902629.

HSL color Cylindrical-coordinate representation of color #25081D: hue angle of 316.55º degrees, saturation: 0.64, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #25081D is Cyan = 0, Magento = 0.78, Yellow = 0.22 and Black (K on CMYK) = 0.85.

Color convert

RGB37829-
CMYK00.780.220.85
HSL316.55º64.44%8.82%-
HSV(B)316.55º78.38%14.51%-
XYZ1.070.661.23-
YUV19.06133.61140.79-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 50%
GREEN value IS 8 (3.52% from 255) = 10.81%
BLUE value IS 29 (11.72% from 255) = 39.19%
R=50%
G=10.81%
B=39.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.22
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3782900.780.220.85316.5564.448.82
Hex2581D04E165513d409
Octal45103501162612547510011
Binary1001011000111010100111010110101010110011110110000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25081D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25081D; }

 p { color: rgb(37,8,29); }

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

<style>
 a { background-color: #25081D; }

 a { background-color: rgb(37,8,29); }

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

<style>
 span { border-color: #25081D; }

 span { border-color: rgb(37,8,29); }

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