#1F0218

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

Shades of Melanzane #1F0218

Tints of Melanzane #1F0218

Color information

#1F0218 (or 0x1F0218) is unknown color: approx Melanzane. HEX triplet: 1F, 02 and 18. RGB value is (31,2,24). Sum of RGB (Red+Green+Blue) = 31+2+24=57 (7% of max value = 765). Red value is 31 (12.5% from 255 or 54.39% from 57); Green value is 2 (1.17% from 255 or 3.51% from 57); Blue value is 24 (9.77% from 255 or 42.11% from 57); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0218 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0218 is #E0FDE7. Grayscale: #0D0D0D. Windows color (decimal): -14745064 or 1573407. OLE color: 1573407.

HSL color Cylindrical-coordinate representation of color #1F0218: hue angle of 314.48º 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 #1F0218 is Cyan = 0, Magento = 0.94, Yellow = 0.23 and Black (K on CMYK) = 0.88.

Color convert

RGB31224-
CMYK00.940.230.88
HSL314.48º87.88%6.47%-
HSV(B)314.48º93.55%12.16%-
XYZ0.750.40.9-
YUV13.18134.11140.71-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 54.39%
GREEN value IS 2 (1.17% from 255) = 3.51%
BLUE value IS 24 (9.77% from 255) = 42.11%
R=54.39%
G=3.51%
B=42.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.23
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3122400.940.230.88314.4887.886.47
Hex1F21805E175813a586
Octal372300136271304721306
Binary111111011000010111101011110110001001110101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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