#1F0719

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

Shades of Melanzane #1F0719

Tints of Melanzane #1F0719

Color information

#1F0719 (or 0x1F0719) is unknown color: approx Melanzane. HEX triplet: 1F, 07 and 19. RGB value is (31,7,25). Sum of RGB (Red+Green+Blue) = 31+7+25=63 (8% of max value = 765). Red value is 31 (12.5% from 255 or 49.21% from 63); Green value is 7 (3.12% from 255 or 11.11% from 63); Blue value is 25 (10.16% from 255 or 39.68% from 63); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0719 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0719 is #E0F8E6. Grayscale: #101010. Windows color (decimal): -14743783 or 1640223. OLE color: 1640223.

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

Color convert

RGB31725-
CMYK00.770.190.88
HSL315º63.16%7.45%-
HSV(B)315º77.42%12.16%-
XYZ0.820.510.98-
YUV16.23132.95138.54-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 49.21%
GREEN value IS 7 (3.12% from 255) = 11.11%
BLUE value IS 25 (10.16% from 255) = 39.68%
R=49.21%
G=11.11%
B=39.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.19
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3172500.770.190.8831563.167.45
Hex1F71904D135813b3f7
Octal37731011523130473777
Binary111111111100101001101100111011000100111011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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