#1F1A1E

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

Shades of Melanzane #1F1A1E

Tints of Melanzane #1F1A1E

Color information

#1F1A1E (or 0x1F1A1E) is unknown color: approx Melanzane. HEX triplet: 1F, 1A and 1E. RGB value is (31,26,30). Sum of RGB (Red+Green+Blue) = 31+26+30=87 (11% of max value = 765). Red value is 31 (12.5% from 255 or 35.63% from 87); Green value is 26 (10.55% from 255 or 29.89% from 87); Blue value is 30 (12.11% from 255 or 34.48% from 87); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1A1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F1A1E is #E0E5E1. Grayscale: #1B1B1B. Windows color (decimal): -14738914 or 1972767. OLE color: 1972767.

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

Color convert

RGB312630-
CMYK00.160.030.88
HSL312º8.77%11.18%-
HSV(B)312º16.13%12.16%-
XYZ1.171.121.38-
YUV27.95129.16130.17-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 35.63%
GREEN value IS 26 (10.55% from 255) = 29.89%
BLUE value IS 30 (12.11% from 255) = 34.48%
R=35.63%
G=29.89%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.03
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31263000.160.030.883128.7711.18
Hex1F1A1E0103581389b
Octal37323602031304701113
Binary11111110101111001000011101100010011100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,26,30); }

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

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

 a { background-color: rgb(31,26,30); }

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

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

 span { border-color: rgb(31,26,30); }

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