#1F0219

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

Shades of Melanzane #1F0219

Tints of Melanzane #1F0219

Color information

#1F0219 (or 0x1F0219) is unknown color: approx Melanzane. HEX triplet: 1F, 02 and 19. RGB value is (31,2,25). Sum of RGB (Red+Green+Blue) = 31+2+25=58 (7% of max value = 765). Red value is 31 (12.5% from 255 or 53.45% from 58); Green value is 2 (1.17% from 255 or 3.45% from 58); Blue value is 25 (10.16% from 255 or 43.10% from 58); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0219 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0219 is #E0FDE6. Grayscale: #0D0D0D. Windows color (decimal): -14745063 or 1638943. OLE color: 1638943.

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

Color convert

RGB31225-
CMYK00.940.190.88
HSL312.41º87.88%6.47%-
HSV(B)312.41º93.55%12.16%-
XYZ0.760.40.96-
YUV13.29134.61140.63-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 53.45%
GREEN value IS 2 (1.17% from 255) = 3.45%
BLUE value IS 25 (10.16% from 255) = 43.10%
R=53.45%
G=3.45%
B=43.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.19
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3122500.940.190.88312.4187.886.47
Hex1F21905E1358138586
Octal372310136231304701306
Binary111111011001010111101001110110001001110001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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