#1F0519

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

Shades of Melanzane #1F0519

Tints of Melanzane #1F0519

Color information

#1F0519 (or 0x1F0519) is unknown color: approx Melanzane. HEX triplet: 1F, 05 and 19. RGB value is (31,5,25). Sum of RGB (Red+Green+Blue) = 31+5+25=61 (8% of max value = 765). Red value is 31 (12.5% from 255 or 50.82% from 61); Green value is 5 (2.34% from 255 or 8.20% from 61); Blue value is 25 (10.16% from 255 or 40.98% from 61); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0519 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0519 is #E0FAE6. Grayscale: #0E0E0E. Windows color (decimal): -14744295 or 1639711. OLE color: 1639711.

HSL color Cylindrical-coordinate representation of color #1F0519: hue angle of 313.85º degrees, saturation: 0.72, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F0519 is Cyan = 0, Magento = 0.84, Yellow = 0.19 and Black (K on CMYK) = 0.88.

Color convert

RGB31525-
CMYK00.840.190.88
HSL313.85º72.22%7.06%-
HSV(B)313.85º83.87%12.16%-
XYZ0.790.470.97-
YUV15.05133.61139.37-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 50.82%
GREEN value IS 5 (2.34% from 255) = 8.20%
BLUE value IS 25 (10.16% from 255) = 40.98%
R=50.82%
G=8.20%
B=40.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.19
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3152500.840.190.88313.8572.227.06
Hex1F519054135813a487
Octal375310124231304721107
Binary1111110111001010101001001110110001001110101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F0519; }

 p { color: rgb(31,5,25); }

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

<style>
 a { background-color: #1F0519; }

 a { background-color: rgb(31,5,25); }

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

<style>
 span { border-color: #1F0519; }

 span { border-color: rgb(31,5,25); }

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