#1F0E1B

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

Shades of Melanzane #1F0E1B

Tints of Melanzane #1F0E1B

Color information

#1F0E1B (or 0x1F0E1B) is unknown color: approx Melanzane. HEX triplet: 1F, 0E and 1B. RGB value is (31,14,27). Sum of RGB (Red+Green+Blue) = 31+14+27=72 (9% of max value = 765). Red value is 31 (12.5% from 255 or 43.06% from 72); Green value is 14 (5.86% from 255 or 19.44% from 72); Blue value is 27 (10.94% from 255 or 37.5% from 72); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0E1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0E1B is #E0F1E4. Grayscale: #141414. Windows color (decimal): -14741989 or 1773087. OLE color: 1773087.

HSL color Cylindrical-coordinate representation of color #1F0E1B: hue angle of 314.12º degrees, saturation: 0.38, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1F0E1B is Cyan = 0, Magento = 0.55, Yellow = 0.13 and Black (K on CMYK) = 0.88.

Color convert

RGB311427-
CMYK00.550.130.88
HSL314.12º37.78%8.82%-
HSV(B)314.12º54.84%12.16%-
XYZ0.920.681.12-
YUV20.56131.63135.44-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 43.06%
GREEN value IS 14 (5.86% from 255) = 19.44%
BLUE value IS 27 (10.94% from 255) = 37.5%
R=43.06%
G=19.44%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.13
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31142700.550.130.88314.1237.788.82
Hex1FE1B037D5813a269
Octal371633067151304724611
Binary111111110110110110111110110110001001110101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,14,27); }

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

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

 a { background-color: rgb(31,14,27); }

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

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

 span { border-color: rgb(31,14,27); }

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