#1F1D1E

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

Shades of Melanzane #1F1D1E

Tints of Melanzane #1F1D1E

Color information

#1F1D1E (or 0x1F1D1E) is unknown color: approx Melanzane. HEX triplet: 1F, 1D and 1E. RGB value is (31,29,30). Sum of RGB (Red+Green+Blue) = 31+29+30=90 (11% of max value = 765). Red value is 31 (12.5% from 255 or 34.44% from 90); Green value is 29 (11.72% from 255 or 32.22% from 90); Blue value is 30 (12.11% from 255 or 33.33% from 90); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1D1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F1D1E is #E0E2E1. Grayscale: #1D1D1D. Windows color (decimal): -14738146 or 1973535. OLE color: 1973535.

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

Color convert

RGB312930-
CMYK00.060.030.88
HSL330º3.33%11.76%-
HSV(B)330º6.45%12.16%-
XYZ1.241.261.41-
YUV29.71128.16128.92-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 34.44%
GREEN value IS 29 (11.72% from 255) = 32.22%
BLUE value IS 30 (12.11% from 255) = 33.33%
R=34.44%
G=32.22%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.03
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31293000.060.030.883303.3311.76
Hex1F1D1E0635814a3c
Octal373536063130512314
Binary1111111101111100110111011000101001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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