#25081F

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

Shades of Melanzane #25081F

Tints of Melanzane #25081F

Color information

#25081F (or 0x25081F) is unknown color: approx Melanzane. HEX triplet: 25, 08 and 1F. RGB value is (37,8,31). Sum of RGB (Red+Green+Blue) = 37+8+31=76 (10% of max value = 765). Red value is 37 (14.84% from 255 or 48.68% from 76); Green value is 8 (3.52% from 255 or 10.53% from 76); Blue value is 31 (12.5% from 255 or 40.79% from 76); Max value from RGB is 37 - color contains mainly: red. Hex color #25081F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25081F is #DAF7E0. Grayscale: #131313. Windows color (decimal): -14350305 or 2033701. OLE color: 2033701.

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

Color convert

RGB37831-
CMYK00.780.160.85
HSL312.41º64.44%8.82%-
HSV(B)312.41º78.38%14.51%-
XYZ1.10.671.37-
YUV19.29134.61140.63-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 48.68%
GREEN value IS 8 (3.52% from 255) = 10.53%
BLUE value IS 31 (12.5% from 255) = 40.79%
R=48.68%
G=10.53%
B=40.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.16
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3783100.780.160.85312.4164.448.82
Hex2581F04E1055138409
Octal45103701162012547010011
Binary1001011000111110100111010000101010110011100010000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25081F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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