#1F0418

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

Shades of Melanzane #1F0418

Tints of Melanzane #1F0418

Color information

#1F0418 (or 0x1F0418) is unknown color: approx Melanzane. HEX triplet: 1F, 04 and 18. RGB value is (31,4,24). Sum of RGB (Red+Green+Blue) = 31+4+24=59 (7% of max value = 765). Red value is 31 (12.5% from 255 or 52.54% from 59); Green value is 4 (1.95% from 255 or 6.78% from 59); Blue value is 24 (9.77% from 255 or 40.68% from 59); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0418 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0418 is #E0FBE7. Grayscale: #0E0E0E. Windows color (decimal): -14744552 or 1573919. OLE color: 1573919.

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

Color convert

RGB31424-
CMYK00.870.230.88
HSL315.56º77.14%6.86%-
HSV(B)315.56º87.1%12.16%-
XYZ0.770.440.91-
YUV14.35133.45139.87-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 52.54%
GREEN value IS 4 (1.95% from 255) = 6.78%
BLUE value IS 24 (9.77% from 255) = 40.68%
R=52.54%
G=6.78%
B=40.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.23
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3142400.870.230.88315.5677.146.86
Hex1F418057175813c4d7
Octal374300127271304741157
Binary1111110011000010101111011110110001001111001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,4,24); }

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

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

 a { background-color: rgb(31,4,24); }

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

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

 span { border-color: rgb(31,4,24); }

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